This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, sleepyfish
Date 2009-01-21.09:02:59
SpamBayes Score 0.0042401245
Marked as misclassified No
Message-id <1232528583.51.0.73687549042.issue5020@psf.upfronthosting.co.za>
In-reply-to
Content
> the program crash
Well, it's not a crash, but a graceful exception:
    sre_constants.error: bad character range

Your regular expression is invalid: the '-' has a special meaning inside
square brackets.
Please consult the documentation: http://docs.python.org/library/re.html
History
Date User Action Args
2009-01-21 09:03:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, sleepyfish
2009-01-21 09:03:03amaury.forgeotdarcsetmessageid: <1232528583.51.0.73687549042.issue5020@psf.upfronthosting.co.za>
2009-01-21 09:03:02amaury.forgeotdarclinkissue5020 messages
2009-01-21 09:03:01amaury.forgeotdarccreate