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 mrabarnett
Recipients Alexander.Schmolck, mrabarnett
Date 2010-11-05.21:09:58
SpamBayes Score 8.080237e-06
Marked as misclassified No
Message-id <1288991400.41.0.385249765988.issue10328@psf.upfronthosting.co.za>
In-reply-to
Content
It's a bug caused by trying to avoid getting stuck when a zero-width match is found. Basically the fix is to advance one character after a zero-width match, but that doesn't always give the correct result.

There are a number of related issues like issue #1647489 ("zero-length match confuses re.finditer()").
History
Date User Action Args
2010-11-05 21:10:00mrabarnettsetrecipients: + mrabarnett, Alexander.Schmolck
2010-11-05 21:10:00mrabarnettsetmessageid: <1288991400.41.0.385249765988.issue10328@psf.upfronthosting.co.za>
2010-11-05 21:09:58mrabarnettlinkissue10328 messages
2010-11-05 21:09:58mrabarnettcreate