diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-02-01 12:40:10 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-02-01 12:40:10 -0800 |
| commit | 97fbc23ad7bf13e4f4b74c6f9f98aaa65bd2117a (patch) | |
| tree | 202cf21695faed41594221e6cdf03b26f64eff1f /INSTALL | |
| parent | a14daf8b9101225792341e4354699c5a2e30449a (diff) | |
| parent | 2e4f04fae6810161c17bf456124b364ad927c499 (diff) | |
| download | git-97fbc23ad7bf13e4f4b74c6f9f98aaa65bd2117a.tar.xz | |
Merge branch 'bc/git-p4-for-python-2.4'
With small updates to remove dependency on newer features of
Python, keep git-p4 usable with older Python.
* bc/git-p4-for-python-2.4:
INSTALL: git-p4 does not support Python 3
git-p4.py: support Python 2.4
git-p4.py: support Python 2.5
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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.6 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 |
