From d348b2587e01f76a30c07bfa248653bb6b60142f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 5 Jan 2008 20:00:55 +0000 Subject: Remove several mentions of old Python versions that don't apply anymore. --- Lib/test/regex_tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/test/regex_tests.py') diff --git a/Lib/test/regex_tests.py b/Lib/test/regex_tests.py index e004ad08b3..8f21280efd 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) -- cgit v1.2.1