Definition of 'pickle'

Lorenzo Bolognini lorenzo at mysurname.net
Wed May 28 08:56:37 EDT 2003


"anson" <aeze616 at cse.unsw.edu.au> ha scritto nel messaggio
> The pickle module implements a fundamental, but powerful algorithm
for
> serializing and de-serializing a Python object structure.
``Pickling''

As far as I know "to pickle" means saving not only the data to a file
but also it's data type! Have you ever seen that garbage in a .DAT
file? Most of them are serialized files.

Lorenzo






More information about the Python-list mailing list