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 ronaldoussoren
Recipients
Date 2007-07-12.16:24:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I can confirm that this is problem is present in python 2.5 (current svn) running on osx 10.4.10. Given the code of cPickle it is rather amazing that this script does work correctly on a linux system, as gagenellina noted cPickle shortcuts reads from real file objects and completely ignores universal newlines while doing so.

IMHO Fixing this requires replicating the universal newline code in cPickle. 
History
Date User Action Args
2007-08-23 14:54:06adminlinkissue1724366 messages
2007-08-23 14:54:06admincreate