From: Junio C Hamano Date: Wed, 30 Jan 2013 19:17:59 +0000 (-0800) Subject: INSTALL: git-p4 does not support Python 3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e4f04fae6810161c17bf456124b364ad927c499;p=git.git INSTALL: git-p4 does not support Python 3 Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index b96e16d6c..2dc3b61d1 100644 --- a/INSTALL +++ b/INSTALL @@ -131,8 +131,9 @@ Issues of note: use English. Under autoconf the configure script will do this automatically if it can't find libintl on the system. - - Python version 2.4 or later is needed to use the git-p4 - interface to Perforce. + - Python version 2.4 or later (but not 3.x, which is not + supported by Perforce) is needed to use the git-p4 interface + to Perforce. - Some platform specific issues are dealt with Makefile rules, but depending on your specific installation, you may not