Message276730
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. |
|
| 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: <[email protected]> |
| 2016-09-16 17:46:53 | serhiy.storchaka | link | issue28128 messages |
| 2016-09-16 17:46:53 | serhiy.storchaka | create | |
|