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 belopolsky
Recipients ajaksu2, belopolsky, benjamin.peterson, ggenellina, gjb1002, jackjansen, loewis, pitrou, ronaldoussoren
Date 2010-07-15.06:55:35
SpamBayes Score 0.0006061789
Marked as misclassified No
Message-id <1279176937.86.0.741313838638.issue1724366@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-15 06:55:38belopolskysetrecipients: + belopolsky, loewis, jackjansen, ronaldoussoren, gjb1002, ggenellina, pitrou, ajaksu2, benjamin.peterson
2010-07-15 06:55:37belopolskysetmessageid: <1279176937.86.0.741313838638.issue1724366@psf.upfronthosting.co.za>
2010-07-15 06:55:36belopolskylinkissue1724366 messages
2010-07-15 06:55:36belopolskycreate