summaryrefslogtreecommitdiffstats
path: root/Lib/test/regex_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/regex_tests.py')
-rw-r--r--Lib/test/regex_tests.py2
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)