From: Serhiy Storchaka Date: Mon, 18 Feb 2013 09:14:21 +0000 (+0200) Subject: Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. X-Git-Tag: v3.2.4rc1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9acb9bc65914a890a5ec2181e2237bd8dc826409;p=thirdparty%2FPython%2Fcpython.git Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. --- diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 71ccb23f6210..5898d5411a93 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?