diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2020-12-10 21:30:17 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-14 15:01:03 -0800 |
commit | fcedbc1cf60402905f2a1bac4c7c27fb7125871a (patch) | |
tree | a2d08bd416fd018f27027c829b6478c090d08839 /Makefile | |
parent | Git 2.30-rc0 (diff) | |
download | tgif-fcedbc1cf60402905f2a1bac4c7c27fb7125871a.tar.xz |
doc: mention Python 3.x supports
Commit 0b4396f068, (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
6cec21a82f, (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 <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ all:: # modules, instead of the fallbacks shipped with Git. # # Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python -# but /usr/bin/python2.7 on some platforms). +# but /usr/bin/python2.7 or /usr/bin/python3 on some platforms). # # Define NO_PYTHON if you do not want Python scripts or libraries at all. # |