Antoine Pitrou <pit...@free.fr> added the comment: Why would use a file in universal line endings mode for saving/loading pickles? Pickles are binary data (even if version 0 pickles happens to be human-readable), so you should open the files in binary mode (either "rb" or "wb").
---------- versions: -Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1724366> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com