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 ezio.melotti
Recipients Arfrever, docs@python, ezio.melotti, gvanrossum, mrabarnett, pitrou, tchrist, terry.reedy, vstinner
Date 2011-08-28.06:37:44
SpamBayes Score 8.816055e-09
Marked as misclassified No
Message-id <1314513465.34.0.936618459321.issue12731@psf.upfronthosting.co.za>
In-reply-to
Content
> But I really hope the re module (really: the _sre extension module)
> can be fixed.

If you mean on 2.7/3.2, then I guess we could extract the fixes from regex, but we have to see if it's doable and someone will have to do it.

Also consider that the regex module is available for 2.7/3.2, so we could suggest the users to use it if they have problems with the re bugs (even if that means having an additional dependency).

ISTM that current plan is:
  * replace re with regex (and rename it) on 3.3 and fix all these bugs;
  * leave 2.7 and 3.2 with the old re and its bugs;
  * let people use the external regex module on 2.7/3.2 if they need to.

If this is not ok, maybe it should be discussed on python-dev.
History
Date User Action Args
2011-08-28 06:37:45ezio.melottisetrecipients: + ezio.melotti, gvanrossum, terry.reedy, pitrou, vstinner, mrabarnett, Arfrever, docs@python, tchrist
2011-08-28 06:37:45ezio.melottisetmessageid: <1314513465.34.0.936618459321.issue12731@psf.upfronthosting.co.za>
2011-08-28 06:37:44ezio.melottilinkissue12731 messages
2011-08-28 06:37:44ezio.melotticreate