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:55:52
SpamBayes Score 5.1498395e-05
Marked as misclassified No
Message-id <1255553754.28.0.0426434001035.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
Implementation details:

Currently, the capturing groups behave quite randomly in the values returned by MachedObject, when backtracking occurs in a repetition. This 
proposal will help fix the behavior, because it will also be much easier 
to backtrack cleanly, occurence by occurence, by just dropping the last 
element in the list of (start,end) pairs stored in the MatchedObject for 
all capturing groups specified WITHIN the repeated sub-expression.
History
Date User Action Args
2009-10-14 20:55:54verdy_psetrecipients: + verdy_p
2009-10-14 20:55:54verdy_psetmessageid: <1255553754.28.0.0426434001035.issue7132@psf.upfronthosting.co.za>
2009-10-14 20:55:53verdy_plinkissue7132 messages
2009-10-14 20:55:52verdy_pcreate