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, doerwalter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, rsc, timehorse
Date 2009-07-27.16:13:03
SpamBayes Score 0.007824795
Marked as misclassified No
Message-id <1248711184.73.0.874459652993.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
issue2636-20090727.zip contains regex.py, _regex.h, _regex.c and also
_regex.pyd (for Python 2.6 on Windows). For Windows machines just put
regex.py and _regex.pyd into Python's Lib\site-packages folder. I've
changed the name so that it won't hide the re module.
History
Date User Action Args
2009-07-27 16:13:05mrabarnettsetrecipients: + mrabarnett, loewis, akuchling, doerwalter, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, ezio.melotti, jaylogan, akitada, moreati
2009-07-27 16:13:04mrabarnettsetmessageid: <1248711184.73.0.874459652993.issue2636@psf.upfronthosting.co.za>
2009-07-27 16:13:03mrabarnettlinkissue2636 messages
2009-07-27 16:13:03mrabarnettcreate