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 serhiy.storchaka
Recipients Arfrever, eli.bendersky, ezio.melotti, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka, tim.peters
Date 2013-08-06.14:45:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375800330.16.0.125125679589.issue18647@psf.upfronthosting.co.za>
In-reply-to
Content
Originally the catch condition was (lo == 0). It was changed in changeset 41c42b1bd582.

> Offhand, do you have an example that displays bad behavior in 2.7?  I'm curious because I didn't find one after half an hour of trying.

re.match('(?:.?.?)*y', 'x'*20)
History
Date User Action Args
2013-08-06 14:45:30serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, pitrou, larry, ezio.melotti, mrabarnett, Arfrever, eli.bendersky, python-dev
2013-08-06 14:45:30serhiy.storchakasetmessageid: <1375800330.16.0.125125679589.issue18647@psf.upfronthosting.co.za>
2013-08-06 14:45:30serhiy.storchakalinkissue18647 messages
2013-08-06 14:45:30serhiy.storchakacreate