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 moreati
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-03-16.15:56:36
SpamBayes Score 0.00066546525
Marked as misclassified No
Message-id <1268754998.94.0.123441590967.issue2636@psf.upfronthosting.co.za>
In-reply-to
Content
I've adapted the Python 2.6.5 test_re.py as follows, 

 from test.test_support import verbose, run_unittest
-import re
-from re import Scanner
+import regex as re
+from regex import Scanner

and run it against regex-2010305. Three tests failed, and the report is attached.
History
Date User Action Args
2010-03-16 15:56:39moreatisetrecipients: + moreati, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, r.david.murray
2010-03-16 15:56:38moreatisetmessageid: <1268754998.94.0.123441590967.issue2636@psf.upfronthosting.co.za>
2010-03-16 15:56:37moreatilinkissue2636 messages
2010-03-16 15:56:37moreaticreate