(original) (raw)
changeset: 82245:88c04657c9f1 branch: 3.3 parent: 82241:8c7719b06ba6 parent: 82244:a6231ed7bff4 user: Serhiy Storchaka storchaka@gmail.com date: Mon Feb 18 11🔞33 2013 +0200 description: Fix issue #13169: Reimport MAXREPEAT into sre_constants.py. diff -r 8c7719b06ba6 -r 88c04657c9f1 Lib/sre_constants.py --- a/Lib/sre_constants.py Sun Feb 17 16:55:58 2013 +0200 +++ b/Lib/sre_constants.py Mon Feb 18 11🔞33 2013 +0200 @@ -15,6 +15,8 @@ MAGIC = 20031017 +from _sre import MAXREPEAT + # SRE standard exception (access as sre.error) # should this really be here? /storchaka@gmail.com