Remove several mentions of old Python versions that don't apply anymore.

This commit is contained in:
Georg Brandl 2008-01-05 20:00:55 +00:00
parent 84df79b249
commit d348b2587e
7 changed files with 1 additions and 41 deletions

View file

@ -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)