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, amaury.forgeotdarc, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr
Date 2010-09-18.02:55:58
SpamBayes Score 3.172647e-07
Marked as misclassified No
Message-id <1284778560.77.0.98041710536.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
issue2636-20100918.zip is a new version of the regex module.

I've added 'pos' and 'endpos' arguments to regex.sub and regex.subn and refactored a little.

I can't think of any other features that need to be added or see any more speed improvements.

Have I missed anything important? :-)
History
Date User Action Args
2010-09-18 02:56:01mrabarnettsetrecipients: + mrabarnett, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray, jhalcrow
2010-09-18 02:56:00mrabarnettsetmessageid: <1284778560.77.0.98041710536.issue2636@psf.upfronthosting.co.za>
2010-09-18 02:55:58mrabarnettlinkissue2636 messages
2010-09-18 02:55:58mrabarnettcreate