diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 20:00:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 20:00:55 (GMT) |
commit | d348b2587e01f76a30c07bfa248653bb6b60142f (patch) | |
tree | ea021bed326b54dbfa1de7765ea9ab36d9e74653 /Lib/test/regex_tests.py | |
parent | 84df79b2499a051ee2ca09c38db6b4af1d49e14a (diff) | |
download | cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.zip cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.tar.gz cpython-d348b2587e01f76a30c07bfa248653bb6b60142f.tar.bz2 |
Remove several mentions of old Python versions that don't apply anymore.
Diffstat (limited to 'Lib/test/regex_tests.py')
-rw-r--r-- | Lib/test/regex_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/regex_tests.py b/Lib/test/regex_tests.py index e004ad0..8f21280 100644 --- a/Lib/test/regex_tests.py +++ b/Lib/test/regex_tests.py @@ -1,6 +1,4 @@ # Regex test suite and benchmark suite v1.5a2 -# Due to the use of r"aw" strings, this file will -# only work with Python 1.5 or higher. # The 3 possible outcomes for each pattern [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) |