commit | e8d2f5589bdbe8988c97b2f8bb265f1aca2b4193 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Oct 09 22:14:43 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Oct 09 22:14:43 2000 +0000 |
tree | 8b8ae34d003bfe1c40c79f7676a698c1d7823005 | |
parent | eebb1c6cd1a1fe895305ca0f88ec949df9708773 [diff] [blame] |
The usual.
diff --git a/Lib/dos-8x3/sre_cons.py b/Lib/dos-8x3/sre_cons.py index 5a20930..ea649c0 100644 --- a/Lib/dos-8x3/sre_cons.py +++ b/Lib/dos-8x3/sre_cons.py
@@ -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):