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 jacques
Recipients akitada, amaury.forgeotdarc, belopolsky, collinwinter, ezio.melotti, georg.brandl, giampaolo.rodola, gregory.p.smith, jacques, jaylogan, jhalcrow, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, stiv, timehorse, vbr, zdwiel
Date 2011-01-01.04:26:20
SpamBayes Score 7.899881e-07
Marked as misclassified No
Message-id <1293855985.11.0.926953019033.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
You're correct, after the change:

regex.search(r'\d{4}(\s*\w)?\W*((?!\d)\w){2}', "9999XX")

doesn't match (i.e. as before commit 7abd9f9bb1).

I was, however, just trying to narrow down which part of the code change killed the performance on my regression tests :-)

Happy new year to all out there.
History
Date User Action Args
2011-01-01 04:26:25jacquessetrecipients: + jacques, loewis, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, belopolsky, pitrou, nneonneo, giampaolo.rodola, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, r.david.murray, zdwiel, jhalcrow, stiv
2011-01-01 04:26:25jacquessetmessageid: <1293855985.11.0.926953019033.issue2636@psf.upfronthosting.co.za>
2011-01-01 04:26:20jacqueslinkissue2636 messages
2011-01-01 04:26:20jacquescreate