summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2009-11-10 06:49:02 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2009-11-10 06:49:02 (GMT)
commit3ee7452fdb9532f96f7d438065619f5a4f3abe31 (patch)
tree3802abf485e57dd57f7c1f3751bda160ec4df7d3 /src/RELEASE.txt
parentda25e7ac7d6fdea70c388cd25dc3ee750d18b2e3 (diff)
downloadSCons-3ee7452fdb9532f96f7d438065619f5a4f3abe31.zip
SCons-3ee7452fdb9532f96f7d438065619f5a4f3abe31.tar.gz
SCons-3ee7452fdb9532f96f7d438065619f5a4f3abe31.tar.bz2
Add check for python 3.0.0 or higher and exit with message.
Resolve bug 2445
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 5691dd7..8050c03 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -34,7 +34,7 @@ RELEASE 1.2.0.d20090223 - Mon, 23 Feb 2009 08:41:06 -0800
features will still be supported in 1.3.0 but will generate
mandatory, non-disableable warnings:
- -- Support for Python versions 1.5, 1.6, 2.0 and 2.1.
+ -- Support for Python versions 1.5, 1.6, 2.0, 2.1, 2.2 and 2.3.
-- The overrides= keyword argument to the Builder() call.
-- The scanner= keyword argument to the Builder() call.
-- The BuildDir() function and env.BuildDir() method.