Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1728942

Browse files
committed
SourceForge patch 101396, by an anonymous friend.
"sre_parse.py missing '7' in DIGITS"
1 parent 8586991 commit 1728942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/sre_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SPECIAL_CHARS = ".\\[{()*+?^$|"
1818
REPEAT_CHARS = "*+?{"
1919

20-
DIGITS = tuple("012345689")
20+
DIGITS = tuple("0123456789")
2121

2222
OCTDIGITS = tuple("01234567")
2323
HEXDIGITS = tuple("0123456789abcdefABCDEF")

0 commit comments

Comments
 (0)