summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-12-14 16:09:03 +0300
committeranatoly techtonik <techtonik@gmail.com>2012-12-14 16:09:03 +0300
commitb70731ca1c406687d1f53d7ff2ed357072e40e85 (patch)
tree4e59072288ee2bd31476b9e29e08d19490cc89d3
parent2e3fb8d5b786eec70b69ae2a058581d6fa892bf9 (diff)
downloadscons-git-b70731ca1c406687d1f53d7ff2ed357072e40e85.tar.gz
CHANGES.txt: clean up after which Python 2.3 is unlikely to work
-rw-r--r--src/CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6136f81af..18b2c1864 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,8 @@ RELEASE 2.X.X -
- Added ability to run scripts/scons.py directly from source checkout
- Hide deprecated --debug={dtree,stree,tree} from --help output
- Error messages from option parser now include hints about valid choices
+ - Cleaned up some Python 1.5 and pre-2.3 code, so don't expect SCons
+ to run on anything less than Python 2.4 anymore
From Juan Lang:
- Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output