]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Feb 2013 09:14:21 +0000 (11:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Feb 2013 09:14:21 +0000 (11:14 +0200)
Lib/sre_constants.py

index 71ccb23f6210eac46b3be7b0a3c338240cb22914..5898d5411a93751dc0235017c58bc46fb18ff337 100644 (file)
@@ -15,6 +15,8 @@
 
 MAGIC = 20031017
 
+from _sre import MAXREPEAT
+
 # SRE standard exception (access as sre.error)
 # should this really be here?