Message 99251 - Python tracker
Message99251
| 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: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 | |