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 2019-02-18.14:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550498850.41.0.0116253413163.issue31829@roundup.psfhosted.org>
In-reply-to
Content
This can help with migrating to Python 3.

Python 2 programs often open files in text (default) mode for pickling and unpickling. With these changes you will get a warning when run the interpreter with the -3 option. You can also make the producer opening a file in binary mode for compatibility with Python 3, and be sure that the Python 2 consumer will read it correctly even from a file opened in text mode on Windows.
History
Date User Action Args
2019-02-18 14:07:30serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, alexandre.vassalotti, benjamin.peterson
2019-02-18 14:07:30serhiy.storchakasetmessageid: <1550498850.41.0.0116253413163.issue31829@roundup.psfhosted.org>
2019-02-18 14:07:30serhiy.storchakalinkissue31829 messages
2019-02-18 14:07:30serhiy.storchakacreate