diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 00:19:34 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 00:19:34 (GMT) |
commit | 61edca4165343ae6361160d05dc2e5d022e9d780 (patch) | |
tree | 47ef564bc868d384885ab8b0848c7c2dc3622f5b /doc/user/misc.xml | |
parent | 1f5b82c89db82ce36896933cf0104f6821742cba (diff) | |
download | SCons-61edca4165343ae6361160d05dc2e5d022e9d780.zip SCons-61edca4165343ae6361160d05dc2e5d022e9d780.tar.gz SCons-61edca4165343ae6361160d05dc2e5d022e9d780.tar.bz2 |
Update doc, change python floor from 2.4 to 2.7.
Diffstat (limited to 'doc/user/misc.xml')
-rw-r--r-- | doc/user/misc.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/user/misc.xml b/doc/user/misc.xml index a71663f..286963d 100644 --- a/doc/user/misc.xml +++ b/doc/user/misc.xml @@ -2,7 +2,7 @@ <!DOCTYPE sconsdoc [ <!ENTITY % scons SYSTEM "../scons.mod"> %scons; - + <!ENTITY % builders-mod SYSTEM "../generated/builders.mod"> %builders-mod; <!ENTITY % functions-mod SYSTEM "../generated/functions.mod"> @@ -56,11 +56,10 @@ <para> - Although the &SCons; code itself will run - on any 2.x Python version 2.4 or later, + Although the &SCons; code itself will run + on any 2.x Python version 2.7 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) + Python syntax and modules from later versions when writing your &SConscript; files or your own local modules. If you do this, it's usually helpful to |