mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
This commit is contained in:
parent
4f53550ca1
commit
fbc737eda1
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
MAGIC = 20031017
|
||||
|
||||
from _sre import MAXREPEAT
|
||||
|
||||
# SRE standard exception (access as sre.error)
|
||||
# should this really be here?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue