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 jfrechet, mrabarnett, niemeyer, rsc, timehorse
Date 2008-09-24.17:59:56
SpamBayes Score 6.199163e-05
Marked as misclassified No
Message-id <1222279197.41.0.576879603811.issue1647489@psf.upfronthosting.co.za>
In-reply-to
Content
What should:

    [m.groups() for m in re.finditer(r'(^z*)|(^q*)|(\w+)', 'abc')]

return? Should the second group also yield a zero-width match before the
third group is tried? I think it probably should. Does Perl?
History
Date User Action Args
2008-09-24 17:59:57mrabarnettsetrecipients: + mrabarnett, niemeyer, jfrechet, rsc, timehorse
2008-09-24 17:59:57mrabarnettsetmessageid: <1222279197.41.0.576879603811.issue1647489@psf.upfronthosting.co.za>
2008-09-24 17:59:56mrabarnettlinkissue1647489 messages
2008-09-24 17:59:56mrabarnettcreate