Message99251
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. |
|
Date |
User |
Action |
Args |
2010-02-12 02:27:18 | mrabarnett | set | recipients:
+ mrabarnett, mark.dickinson, rsc, timehorse, jorendorff, ezio.melotti, meador.inge |
2010-02-12 02:27:18 | mrabarnett | set | messageid: <1265941638.4.0.177186958646.issue2537@psf.upfronthosting.co.za> |
2010-02-12 02:27:16 | mrabarnett | link | issue2537 messages |
2010-02-12 02:27:16 | mrabarnett | create | |
|