Message306091
It is possible to resolve issue with Unicode strings ending with \r. We can add a special mark in the stream (a combination of opcodes which is no-op) before writing the first Unicode strings ending with \r. If this mark is encountered in an input stream, therefore it was saved with new Python version, and ending \r can be removed from loaded Unicode strings. |
|
Date |
User |
Action |
Args |
2017-11-11 18:28:45 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, alexandre.vassalotti, benjamin.peterson |
2017-11-11 18:28:45 | serhiy.storchaka | set | messageid: <1510424925.52.0.213398074469.issue31829@psf.upfronthosting.co.za> |
2017-11-11 18:28:45 | serhiy.storchaka | link | issue31829 messages |
2017-11-11 18:28:45 | serhiy.storchaka | create | |
|