Commit bbb2127b authored by Tim Peters's avatar Tim Peters

SourceForge patch 101396, by an anonymous friend.

"sre_parse.py missing '7' in DIGITS"
parent 2451d2ce
......@@ -17,7 +17,7 @@ MAXREPEAT = 65535
SPECIAL_CHARS = ".\\[{()*+?^$|"
REPEAT_CHARS = "*+?{"
DIGITS = tuple("012345689")
DIGITS = tuple("0123456789")
OCTDIGITS = tuple("01234567")
HEXDIGITS = tuple("0123456789abcdefABCDEF")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment