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 verdy_p
Recipients verdy_p
Date 2009-10-14.20:36:50
SpamBayes Score 0.00020388611
Marked as misclassified No
Message-id <1255552611.64.0.890311202058.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to add that the same behavior should also affect the span(index) 
method of MatchObject, that should also not just return a single (start, 
end) pair, but that should in this case return a list of pairs, one for 
each occurence, when the "R" compilation flag is specified.

This also means that the regular expression compilation flag R should be 
supported as these constants:
Regexp.R, or Regexp.REPETITIONS
History
Date User Action Args
2009-10-14 20:36:51verdy_psetrecipients: + verdy_p
2009-10-14 20:36:51verdy_psetmessageid: <1255552611.64.0.890311202058.issue7132@psf.upfronthosting.co.za>
2009-10-14 20:36:50verdy_plinkissue7132 messages
2009-10-14 20:36:50verdy_pcreate