[Python-ideas] An official complaint regarding the marshal and pickle documentation

Leonardo Santagada santagada at gmail.com
Thu Mar 6 22:00:13 CET 2008


On 06/03/2008, at 17:25, Aahz wrote:

> Maybe so, but my company has been using pickle as a primary long-term
> storage mechanism for more than a decade.  We only rarely have  
> problems
> with code changes causing pickle problems (less than once per year).
> OTOH, we mostly only have a growing internal format -- we almost never
> change the internal format.


And then tons of companies are using ZODB wich uses pickle... so no  
biggie... but using pickle directly can be a problem if you have lots  
of data.

--
Leonardo Santagada






More information about the Python-ideas mailing list