Message 306104 - Python tracker

Message306104

Author serhiy.storchaka
Recipients alexandre.vassalotti, benjamin.peterson, pitrou, serhiy.storchaka
Date 2017-11-12.10:05:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510481148.62.0.213398074469.issue31829@psf.upfronthosting.co.za>
In-reply-to
Content
Updated PR correctly loads Unicode strings saved in text mode. As a mark used some corrected opcodes followed by newline. If any of previous newlines is \r\n, thus the file was written in text mode and is read in binary mode. If no opcodes with newlines was saved before the UNICODE opcode, the special no-op sequence STRING + "''\n" + POP is saved. This minimize overhead in common case.

I'm going to merge this PR and port some changes to Python 3. Could anybody please make a review of the documentation changes?
History
Date User Action Args
2017-11-12 10:05:48serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, benjamin.peterson
2017-11-12 10:05:48serhiy.storchakasetmessageid: <1510481148.62.0.213398074469.issue31829@psf.upfronthosting.co.za>
2017-11-12 10:05:48serhiy.storchakalinkissue31829 messages
2017-11-12 10:05:48serhiy.storchakacreate