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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, mrabarnett, niemeyer, phr
Date 2008-09-09.09:05:25
SpamBayes Score 0.0044249506
Marked as misclassified No
Message-id <1220951126.56.0.92001264583.issue516762@psf.upfronthosting.co.za>
In-reply-to
Content
Why not? I needed such a feature some time ago.
But if possible, it should be a keyword argument:
re.search(..., backwards=True)
similar to list.sort(reverse=True)
History
Date User Action Args
2008-09-09 09:05:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, niemeyer, phr, mrabarnett
2008-09-09 09:05:26amaury.forgeotdarcsetmessageid: <1220951126.56.0.92001264583.issue516762@psf.upfronthosting.co.za>
2008-09-09 09:05:26amaury.forgeotdarclinkissue516762 messages
2008-09-09 09:05:25amaury.forgeotdarccreate