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 mrabarnett
Recipients akitada, akuchling, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-07-06.16:17:38
SpamBayes Score 0.0043739486
Marked as misclassified No
Message-id <1278433061.22.0.656892551766.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I started with trying to modify the existing re module, but I wanted to make too many changes, so in the end I decided to make a clean break and start on a new implementation which was compatible with the existing re module and which could replace the existing implementation, even under the same name.

Apart from the recent bug fix, I haven't done any further work since April on it because I think it's pretty much ready.
History
Date User Action Args
2010-07-06 16:17:41mrabarnettsetrecipients: + mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray
2010-07-06 16:17:41mrabarnettsetmessageid: <1278433061.22.0.656892551766.issue2636@psf.upfronthosting.co.za>
2010-07-06 16:17:38mrabarnettlinkissue2636 messages
2010-07-06 16:17:38mrabarnettcreate