Message276730
| Author | serhiy.storchaka |
|---|---|
| Recipients | Tim.Graham, abarry, brett.cannon, eric.smith, martin.panter, ncoghlan, ned.deily, r.david.murray, rhettinger, serhiy.storchaka, yan12125, yselivanov |
| Date | 2016-09-16.17:46:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474048013.5.0.0333589173136.issue28128@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The basic concept LGTM. first_invalid_escape_char is redundant, it is just s[first_invalid_escape_idx]. Or maybe better to return a pointer instead of an index. bytes literals need similar solution. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-16 17:46:53 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, eric.smith, ned.deily, r.david.murray, martin.panter, yselivanov, Tim.Graham, yan12125, abarry |
| 2016-09-16 17:46:53 | serhiy.storchaka | set | messageid: <1474048013.5.0.0333589173136.issue28128@psf.upfronthosting.co.za> |
| 2016-09-16 17:46:53 | serhiy.storchaka | link | issue28128 messages |
| 2016-09-16 17:46:53 | serhiy.storchaka | create | |