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 abarry
Recipients Bruce Eckel, abarry, tim.peters
Date 2016-07-22.02:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469155012.88.0.864459275677.issue27586@psf.upfronthosting.co.za>
In-reply-to
Content
For future reference, if your input can have arbitrary escapes, it might be a good idea to pass it through re.escape; it does proper escaping so that stuff like e.g. \g in your input will get treated as a literal backslash, followed by a literal 'g', and not an escape sequence.
History
Date User Action Args
2016-07-22 02:36:52abarrysetrecipients: + abarry, tim.peters, Bruce Eckel
2016-07-22 02:36:52abarrysetmessageid: <1469155012.88.0.864459275677.issue27586@psf.upfronthosting.co.za>
2016-07-22 02:36:52abarrylinkissue27586 messages
2016-07-22 02:36:52abarrycreate