summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-18 09:18:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-18 09:18:33 (GMT)
commitf844f7e361bd23358d511bb74c71b01c5207e191 (patch)
tree62ec917e51030f4b5e2c7918dc27cc711d1bd25c /Lib
parenta60de4f14f7349cd54e8020cdfafeb3c89561587 (diff)
parent9acb9bc65914a890a5ec2181e2237bd8dc826409 (diff)
downloadcpython-f844f7e361bd23358d511bb74c71b01c5207e191.zip
cpython-f844f7e361bd23358d511bb74c71b01c5207e191.tar.gz
cpython-f844f7e361bd23358d511bb74c71b01c5207e191.tar.bz2
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/sre_constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py
index 71ccb23..5898d54 100644
--- a/Lib/sre_constants.py
+++ b/Lib/sre_constants.py
@@ -15,6 +15,8 @@
MAGIC = 20031017
+from _sre import MAXREPEAT
+
# SRE standard exception (access as sre.error)
# should this really be here?