Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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?

----------
assignee:  -> serhiy.storchaka
versions: +Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31829>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to