mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
SourceForge patch 101396, by an anonymous friend.
"sre_parse.py missing '7' in DIGITS"
This commit is contained in:
parent
8586991099
commit
17289426e2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ MAXREPEAT = 65535
|
|||
SPECIAL_CHARS = ".\\[{()*+?^$|"
|
||||
REPEAT_CHARS = "*+?{"
|
||||
|
||||
DIGITS = tuple("012345689")
|
||||
DIGITS = tuple("0123456789")
|
||||
|
||||
OCTDIGITS = tuple("01234567")
|
||||
HEXDIGITS = tuple("0123456789abcdefABCDEF")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue