Message227060
| Author | mrabarnett |
|---|---|
| Recipients | ezio.melotti, mrabarnett, pitrou, r.david.murray, serhiy.storchaka, vstinner, yselivanov |
| Date | 2014-09-18.18:54:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1411066465.74.0.0885115681894.issue22437@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In the regex module, I borrowed the \g<...> escape from .sub's replacement string to provide an alternative way to refer to a group in a pattern, and that let me remove the limit. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-18 18:54:25 | mrabarnett | set | recipients: + mrabarnett, pitrou, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, yselivanov |
| 2014-09-18 18:54:25 | mrabarnett | set | messageid: <1411066465.74.0.0885115681894.issue22437@psf.upfronthosting.co.za> |
| 2014-09-18 18:54:25 | mrabarnett | link | issue22437 messages |
| 2014-09-18 18:54:25 | mrabarnett | create | |