PyYaml?
Wilk
wilkSPAM at OUTflibuste.net
Sun Sep 19 04:40:59 EDT 2004
"Chris S." <chrisks at NOSPAM.udel.edu> writes:
> Is there any benefit to Pickle over YAML? Given that Pickle is
> insecure, wouldn't it make more sense to support a secure
> serialization format, one that's even readable to boot, such as YAML?
> There's even a pure Python implementation at www.pyyaml.org
There is others advantages using yaml instead of pickle anyway
(portability, readability...)
Syck is even faster than pickle i think.
http://whytheluckystiff.net/syck/
But all theses projects seems to sleep...
--
Wilk - http://flibuste.net
More information about the Python-list
mailing list