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 sleeper
Recipients
Date 2002-01-10.14:21:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There seems to be a problem loading pickled data 
written under Windows (EOL = \r\n) from within Linux 
(EOL = \n).  The problem manifests as being unable to 
import the required module.  Reading Linux pickle data 
under Windows works fine.

e.g. a pickle file containing objects from module Foo 
will fail to import Foo, because it *actually* tries 
to import "Foo\r", and obviously can't.

(Seems unlikely that noone else has noticed this, so 
perhaps I'm just being spectacularly dumb.)
History
Date User Action Args
2007-08-23 13:58:34adminlinkissue501795 messages
2007-08-23 13:58:34admincreate