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 isoschiz
Recipients denversc, isoschiz, jfrechet, mrabarnett, niemeyer, rsc, timehorse
Date 2013-04-19.00:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366330889.76.0.110330305297.issue1647489@psf.upfronthosting.co.za>
In-reply-to
Content
This is still an issue today:

>>> import re
>>> [m.groups() for m in re.finditer(r'(^z*)|(\w+)', 'abc')]
[('', None), (None, 'bc')]
History
Date User Action Args
2013-04-19 00:21:29isoschizsetrecipients: + isoschiz, niemeyer, jfrechet, rsc, timehorse, mrabarnett, denversc
2013-04-19 00:21:29isoschizsetmessageid: <1366330889.76.0.110330305297.issue1647489@psf.upfronthosting.co.za>
2013-04-19 00:21:29isoschizlinkissue1647489 messages
2013-04-19 00:21:29isoschizcreate