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 ezio.melotti, jorendorff, mark.dickinson, meador.inge, mrabarnett, rsc, timehorse
Date 2010-02-12.02:27:16
SpamBayes Score 2.8095348e-10
Marked as misclassified No
Message-id <1265941638.4.0.177186958646.issue2537@psf.upfronthosting.co.za>
In-reply-to
Content
The issue started about updating the re module and adding features that other languages already possess in their regex implementations (the last time any significant work was done on it was in 2003).

The hope is that the new regex implementation will eventually replace the existing one, and putting it initially in a module called 'regex' allows it to be tested more easily.

You can do:

import regex as re

and existing code should still work.
History
Date User Action Args
2010-02-12 02:27:18mrabarnettsetrecipients: + mrabarnett, mark.dickinson, rsc, timehorse, jorendorff, ezio.melotti, meador.inge
2010-02-12 02:27:18mrabarnettsetmessageid: <1265941638.4.0.177186958646.issue2537@psf.upfronthosting.co.za>
2010-02-12 02:27:16mrabarnettlinkissue2537 messages
2010-02-12 02:27:16mrabarnettcreate