Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: pickle format

Reply
Thread Tools

Re: pickle format

 
 
Skip Montanaro
Guest
Posts: n/a
 
      10-16-2003

Anand> Related question. Often I find that when I pickle dictionaries in
Anand> pickle's binary format, sometimes the read back fails. So I tend
Anand> to use the text pickle format, though this creates larger pickled
Anand> files.

Anand> Is there a bug with the binary pickle format?

If it's reproducible and you're not making a mistake, yes, please report it.
If you're on Windows (or Mac OS 9?) and fail to open the pickle file in
binary mode your binary pickle files will eventually get hosed though.

Skip

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pickle error: can't pickle instancemethod objects Michele Simionato Python 2 05-23-2008 08:29 AM
a pickle's pickle temposs@gmail.com Python 4 08-02-2005 07:20 PM
pickle/marshal internal format 'life expectancy'/backwardcompatibility Philippe C. Martin Python 0 02-05-2005 09:51 PM
pickle format question Tomasz Lisowski Python 2 10-16-2004 05:26 PM
pickle format Jerome Alet Python 5 10-15-2003 06:28 PM



Advertisments