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, 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:25mrabarnettsetrecipients: + mrabarnett, pitrou, vstinner, ezio.melotti, r.david.murray, serhiy.storchaka, yselivanov
2014-09-18 18:54:25mrabarnettsetmessageid: <1411066465.74.0.0885115681894.issue22437@psf.upfronthosting.co.za>
2014-09-18 18:54:25mrabarnettlinkissue22437 messages
2014-09-18 18:54:25mrabarnettcreate