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 rhettinger
Recipients asmodai, benjamin.peterson, effbot, georg.brandl, michael.foord, mrabarnett, rhettinger
Date 2009-05-18.16:44:42
SpamBayes Score 1.1139682e-07
Marked as misclassified No
Message-id <1242665085.52.0.681427086699.issue5337@psf.upfronthosting.co.za>
In-reply-to
Content
This is very old code, without a mature API.  Will take a look at
competing recipes to see if this is still the best way of doing this. 
Maybe it should return a generator instead of a list.  Perhaps there
should be some checking for re's that don't combine well.  Also, would
like to see it exercised on a number of common parsing tasks to see how
well it holds up.  Better to do this work than to expose what is there
now and get hit with bug reports, feature requests, deprecations, and
cases where is it almost the right tool for the job.
History
Date User Action Args
2009-05-18 16:44:45rhettingersetrecipients: + rhettinger, effbot, georg.brandl, benjamin.peterson, asmodai, mrabarnett, michael.foord
2009-05-18 16:44:45rhettingersetmessageid: <1242665085.52.0.681427086699.issue5337@psf.upfronthosting.co.za>
2009-05-18 16:44:43rhettingerlinkissue5337 messages
2009-05-18 16:44:42rhettingercreate