diff options
Diffstat (limited to 'doc/user')
-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) |