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 | |
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.
-rw-r--r-- | doc/user/build-install.in | 5 | ||||
-rw-r--r-- | doc/user/build-install.xml | 5 | ||||
-rw-r--r-- | doc/user/misc.in | 2 | ||||
-rw-r--r-- | doc/user/misc.xml | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/doc/user/build-install.in b/doc/user/build-install.in index 0d5d3c7..9ac63ee 100644 --- a/doc/user/build-install.in +++ b/doc/user/build-install.in @@ -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;. 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;. diff --git a/doc/user/misc.in b/doc/user/misc.in index e7ab480..dde75bf 100644 --- a/doc/user/misc.in +++ b/doc/user/misc.in @@ -36,7 +36,7 @@ <para> Although the &SCons; code itself will run - on any Python version 2.4 or later, + on any 2.x Python version 2.4 or later, you are perfectly free to make use of Python syntax and modules from more modern versions (for example, Python 2.5 or 2.6) diff --git a/doc/user/misc.xml b/doc/user/misc.xml index 05fe62e..6595eb3 100644 --- a/doc/user/misc.xml +++ b/doc/user/misc.xml @@ -36,7 +36,7 @@ <para> Although the &SCons; code itself will run - on any Python version 2.4 or later, + on any 2.x Python version 2.4 or later, you are perfectly free to make use of Python syntax and modules from more modern versions (for example, Python 2.5 or 2.6) |