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 r.david.murray
Recipients Patrick Foley, ezio.melotti, mrabarnett, r.david.murray
Date 2017-04-22.02:18:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492827501.45.0.744941311923.issue30133@psf.upfronthosting.co.za>
In-reply-to
Content
Good point, re.escape is for literal text you want to insert into a matching pattern, but the replacement template isn't a matching pattern.  Do we need a different escape function?  I guess the function solution is enough?
History
Date User Action Args
2017-04-22 02:18:21r.david.murraysetrecipients: + r.david.murray, ezio.melotti, mrabarnett, Patrick Foley
2017-04-22 02:18:21r.david.murraysetmessageid: <1492827501.45.0.744941311923.issue30133@psf.upfronthosting.co.za>
2017-04-22 02:18:21r.david.murraylinkissue30133 messages
2017-04-22 02:18:21r.david.murraycreate