Fixed too ambitious "nothing to repeat" check. Closes bug #114033.

This commit is contained in:
Fredrik Lundh 2000-10-07 17:38:23 +00:00
parent 5c0b43d1e2
commit 13ac9926ac
4 changed files with 6 additions and 3 deletions

View file

@ -9,6 +9,8 @@
# See the sre.py file for information on usage and redistribution.
#
MAXREPEAT = 65535
# should this really be here?
class error(Exception):