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 phr
Recipients
Date 2003-09-29.19:53:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=72053

Another way to do this would be add a direction flag to the 
regexp itself, like re.R (for reverse) if R isn't already in use:

   group  = re.search(pat, str, start, end, re.R)

or something like that.

I continue to want this feature.  It's very handy for writing 
web scrapers, which I do fairly frequently.
History
Date User Action Args
2007-08-23 16:02:03adminlinkissue516762 messages
2007-08-23 16:02:03admincreate