Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
This does not look like a valid bug to me. OP does not show that pickle files are different on different systems, he mangles pickle file with unix2dos instead. This would certainly produce an invalid pickle because pickle format requires '\n' and no other character as an opcode terminator. If incompatible pickle files were produced on windows, most likely that was because the data was written in files opened in text rather than binary mode. ---------- assignee: -> belopolsky nosy: +belopolsky resolution: -> invalid status: open -> pending _______________________________________ 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