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 MizardX
Recipients MizardX, ezio.melotti, moreati, mrabarnett, timehorse
Date 2010-08-07.12:28:55
SpamBayes Score 0.00097430014
Marked as misclassified No
Message-id <1281184136.9.0.917292772296.issue9529@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think (1) would break any code. finditer() would still generate match-objects.

The only time you would be discard the match-object, is if you try to do a destructuring bind in, e.g. a loop. This shouldn't be unexpected for the programmer.
History
Date User Action Args
2010-08-07 12:28:57MizardXsetrecipients: + MizardX, timehorse, ezio.melotti, mrabarnett, moreati
2010-08-07 12:28:56MizardXsetmessageid: <1281184136.9.0.917292772296.issue9529@psf.upfronthosting.co.za>
2010-08-07 12:28:55MizardXlinkissue9529 messages
2010-08-07 12:28:55MizardXcreate