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-06-27.01:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466992434.36.0.797558168844.issue27364@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, we did, thanks for letting me know my mistake :) I didn't get very far into making bytes literal disallow invalid sequences, as I ran into issues with _codecs.escape_decode throwing the warning even when the literal was fine, and I think I stopped there and figured I'd at least post that patch and see if people are interested in extending that modification to bytes (turns out so).

I forgot about docs, will do so soon, but I'll try to extend the patch for bytes first. I'll see if I can make literals warn but not e.g. _codecs.escape_decode (or anything else, really).

Thanks!
History
Date User Action Args
2016-06-27 01:53:54abarrysetrecipients: + abarry, gvanrossum, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, ztane
2016-06-27 01:53:54abarrysetmessageid: <1466992434.36.0.797558168844.issue27364@psf.upfronthosting.co.za>
2016-06-27 01:53:54abarrylinkissue27364 messages
2016-06-27 01:53:53abarrycreate