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 abarry, ezio.melotti, gvanrossum, martin.panter, r.david.murray, serhiy.storchaka, vstinner, ztane
Date 2016-07-18.15:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468857003.73.0.675115134205.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new patch which also deprecates invalid escape sequences in bytes. Tests included with test_codecs.

Patch includes and supersedes deprecate_invalid_escapes_only_3.patch, and I have not found a single instance of an invalid escape sequence other than in test_codecs, so this should be fine now.
History
Date User Action Args
2016-07-18 15:50:03abarrysetrecipients: + abarry, gvanrossum, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, ztane
2016-07-18 15:50:03abarrysetmessageid: <1468857003.73.0.675115134205.issue27364@psf.upfronthosting.co.za>
2016-07-18 15:50:03abarrylinkissue27364 messages
2016-07-18 15:50:03abarrycreate