Safe Pickling

Alex Martelli aleaxit at yahoo.com
Sat May 24 10:56:55 EDT 2003


Heiko Wundram wrote:
   ...
> Anyway, what I basically need is a module to pickle _basic_ Python
> types, meaning string, int, float, list, tuple, dict, and boolean. As

If that is all you need, then maybe module marshal, in the standard
Python library, may be sufficient?


Alex





More information about the Python-list mailing list