diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-01-12 03:27:08 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2011-01-12 03:27:08 (GMT) |
commit | a8260f9137585cca702af3c89ca014f5e5156f86 (patch) | |
tree | ef3e664e67e79ab0fbda36a5ba5ea0869385ea6a /doc/user/build-install.xml | |
parent | a4841e7e4511f751ee065345bad7161108ceb054 (diff) | |
download | SCons-a8260f9137585cca702af3c89ca014f5e5156f86.zip SCons-a8260f9137585cca702af3c89ca014f5e5156f86.tar.gz SCons-a8260f9137585cca702af3c89ca014f5e5156f86.tar.bz2 |
Note in Users Guide: no support for python 3.x yet.
Diffstat (limited to 'doc/user/build-install.xml')
-rw-r--r-- | doc/user/build-install.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 0d5d3c7..9ac63ee 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -121,9 +121,10 @@ <para> - &SCons; will work with any version of Python from 2.4 or later. + &SCons; will work with any 2.x version of Python from 2.4 no; + 3.0 and later are not yet supported. If you need to install Python and have a choice, - we recommend using the most recent Python version available. + we recommend using the most recent 2.x Python version available. Newer Pythons have significant improvements that help speed up the performance of &SCons;. |