Skip to content

Commit

Permalink
Fix issue python#13169: Reimport MAXREPEAT into sre_constants.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Feb 18, 2013
1 parent fa46816 commit 9acb9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/sre_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

MAGIC = 20031017

from _sre import MAXREPEAT

# SRE standard exception (access as sre.error)
# should this really be here?

Expand Down

0 comments on commit 9acb9bc

Please sign in to comment.