Skip to content

Commit fcedbc1

Browse files
sgngitster
authored andcommitted
doc: mention Python 3.x supports
Commit 0b4396f, (git-p4: make python2.7 the oldest supported version, 2019-12-13) pointed out that git-p4 uses Python 2.7-or-later features in the code. In addition, git-p4 gained enough support for Python 3 from 6cec21a, (git-p4: encode/decode communication with p4 for python3, 2019-12-13). Let's update our documentation to reflect that fact. Signed-off-by: Đoàn Trần Công Danh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1c52ecf commit fcedbc1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

INSTALL

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ Issues of note:
165165
use English. Under autoconf the configure script will do this
166166
automatically if it can't find libintl on the system.
167167

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
170169
to Perforce.
171170

172171
- Some platform specific issues are dealt with Makefile rules,

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ all::
303303
# modules, instead of the fallbacks shipped with Git.
304304
#
305305
# 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).
307307
#
308308
# Define NO_PYTHON if you do not want Python scripts or libraries at all.
309309
#

0 commit comments

Comments
 (0)