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 umi
Recipients eric.araujo, eric.smith, ezio.melotti, mindauga, mmilkin, mrabarnett, rhettinger, terry.reedy, umi
Date 2013-07-06.11:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373110561.89.0.132192723254.issue11957@psf.upfronthosting.co.za>
In-reply-to
Content
Please see my patch, I have changed flags to be instances of IntEnum and added a check to re.sub, re.subn and re.split. The patch contains some tests. This solution also allowed me to discover several bugs in the standard library, and I am going to create tickets for them shortly.
History
Date User Action Args
2013-07-06 11:36:02umisetrecipients: + umi, rhettinger, terry.reedy, eric.smith, ezio.melotti, eric.araujo, mrabarnett, mindauga, mmilkin
2013-07-06 11:36:01umisetmessageid: <1373110561.89.0.132192723254.issue11957@psf.upfronthosting.co.za>
2013-07-06 11:36:01umilinkissue11957 messages
2013-07-06 11:36:01umicreate