File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,7 @@ Issues of note:
165
165
use English. Under autoconf the configure script will do this
166
166
automatically if it can't find libintl on the system.
167
167
168
- - Python version 2.4 or later (but not 3.x, which is not
169
- supported by Perforce) is needed to use the git-p4 interface
168
+ - Python version 2.7 or later is needed to use the git-p4 interface
170
169
to Perforce.
171
170
172
171
- Some platform specific issues are dealt with Makefile rules,
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ all::
303
303
# modules, instead of the fallbacks shipped with Git.
304
304
#
305
305
# Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python
306
- # but /usr/bin/python2.7 on some platforms).
306
+ # but /usr/bin/python2.7 or /usr/bin/python3 on some platforms).
307
307
#
308
308
# Define NO_PYTHON if you do not want Python scripts or libraries at all.
309
309
#
You can’t perform that action at this time.
0 commit comments