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 effbot
Recipients
Date 2001-02-21.07:05:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
rx = re.compile (r'"(?:\\"|[^"]){,100}?"') works.

the bug is caused by an (obviously failed) attempt to minimize recursion for "*?".  the checkin message says "I'm not 100% sure about this fix, but I haven't managed to come up with any test case it cannot handle...".  guess this is it ;-)

Thanks /F
History
Date User Action Args
2007-08-23 13:53:14adminlinkissue233283 messages
2007-08-23 13:53:14admincreate