Message 270765 - Python tracker (original) (raw)
Message270765
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:03 | abarry | set | recipients: + abarry, gvanrossum, vstinner, ezio.melotti, r.david.murray, martin.panter, serhiy.storchaka, ztane |
2016-07-18 15:50:03 | abarry | set | messageid: 1468857003.73.0.675115134205.issue27364@psf.upfronthosting.co.za |
2016-07-18 15:50:03 | abarry | link | issue27364 messages |
2016-07-18 15:50:03 | abarry | create |