diff options
Diffstat (limited to 'Lib/re.py')
-rw-r--r-- | Lib/re.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ -# -# Minimal "re" compatibility wrapper -# +"""Minimal "re" compatibility wrapper""" + # If your regexps don't work well under 2.0b1, you can switch # to the old engine ("pre") down below. # |