mirror of https://github.com/python/cpython.git
SourceForge patch 101396, by an anonymous friend.
"sre_parse.py missing '7' in DIGITS"
This commit is contained in:
parent
8586991099
commit
17289426e2
|
@ -17,7 +17,7 @@
|
|||
SPECIAL_CHARS = ".\\[{()*+?^$|"
|
||||
REPEAT_CHARS = "*+?{"
|
||||
|
||||
DIGITS = tuple("012345689")
|
||||
DIGITS = tuple("0123456789")
|
||||
|
||||
OCTDIGITS = tuple("01234567")
|
||||
HEXDIGITS = tuple("0123456789abcdefABCDEF")
|
||||
|
|
Loading…
Reference in New Issue