summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2013-10-25 02:07:11 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2013-10-25 02:07:11 (GMT)
commit9a37e257ab916bf83b1a9b23c7b2f5ba936c675c (patch)
tree30bc0b21b1975c6b50146e2d19f3b35e13a99424
parentd48a4a49d3ad33311dcefa86377b005b06c285a7 (diff)
downloadSCons-9a37e257ab916bf83b1a9b23c7b2f5ba936c675c.zip
SCons-9a37e257ab916bf83b1a9b23c7b2f5ba936c675c.tar.gz
SCons-9a37e257ab916bf83b1a9b23c7b2f5ba936c675c.tar.bz2
Fix broken python-version.py test. regex for deprecated version string wasn't updated with new version nor new verbiage
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 84cc60f..bc2f82e 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -151,7 +151,7 @@ def deprecated_python_version(version=sys.version_info):
if deprecated_python_version():
msg = r"""
-scons: warning: Support for pre-2.4 Python (%s) is deprecated.
+scons: warning: Support for pre-2.7.0 Python version (%s) is deprecated.
If this will cause hardship, contact dev@scons.tigris.org.
"""