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/python10 | |
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/python10')
-rw-r--r-- | doc/python10/process.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/python10/process.xml b/doc/python10/process.xml index 24645e6..6c790d0 100644 --- a/doc/python10/process.xml +++ b/doc/python10/process.xml @@ -50,7 +50,7 @@ <listitem> <para> - &SCons; will be written to Python version 2.4 (to ensure + &SCons; will be written to Python version 2.7 (to ensure usability by a wide install base). </para> @@ -296,7 +296,7 @@ </para> <para> - + In practice, simple tests only need to initialize a test object, use the object to write some input files, run &SCons;, and then check whatever criteria |