pickle format

Paul Rubin http
Wed Oct 15 14:28:19 EDT 2003


pythonguy at Hotpop.com (Anand Pillai) writes:
> Related question. Often I find that when I pickle dictionaries in
> pickle's binary format, sometimes the read back fails. So I tend
> to use the text pickle format, though this creates larger pickled
> files. 
> 
> Is there a bug with the binary pickle format?

That certainly sounds like a bug, and if you can reproduce it and
attach the data to a bug report, you should do so.




More information about the Python-list mailing list