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 serhiy.storchaka
Recipients alexandre.vassalotti, benjamin.peterson, pitrou, serhiy.storchaka
Date 2017-11-11.18:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510424925.52.0.213398074469.issue31829@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-11 18:28:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, benjamin.peterson
2017-11-11 18:28:45serhiy.storchakasetmessageid: <1510424925.52.0.213398074469.issue31829@psf.upfronthosting.co.za>
2017-11-11 18:28:45serhiy.storchakalinkissue31829 messages
2017-11-11 18:28:45serhiy.storchakacreate