[issue1724366] cPickle module doesn't work with universal line endings

Alexander Belopolsky report at bugs.python.org
Thu Jul 15 08:55:37 CEST 2010


Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue1724366>
_______________________________________


More information about the Python-bugs-list mailing list