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 akuchling
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.17:53:10
SpamBayes Score 2.886907e-05
Marked as misclassified No
Message-id <1248717191.63.0.573814064207.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
We have lengthy sets of tests in Lib/test/regex_tests.py and
Lib/test/test_re.py.

While widespread testing of a standalone module would certainly be good,
I doubt that will exercise many corner cases and the more esoteric
features.  Most actual code probably uses relatively few regex pattern
constructs.
History
Date User Action Args
2009-07-27 17:53:11akuchlingsetrecipients: + akuchling, loewis, doerwalter, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, ezio.melotti, mrabarnett, jaylogan, akitada, moreati
2009-07-27 17:53:11akuchlingsetmessageid: <1248717191.63.0.573814064207.issue2636@psf.upfronthosting.co.za>
2009-07-27 17:53:10akuchlinglinkissue2636 messages
2009-07-27 17:53:10akuchlingcreate