Converting old "shelve" databases to gdbm

Istvan Albert istvan.albert at gmail.com
Tue Dec 25 05:01:31 CET 2007


On Dec 24, 7:38 pm, RayOsb... at mac.com wrote:

> Any tips welcome.

pickling has a text protocol that should be compatible across python
versions. Pickle  each of your database entries to a different file,
then read them in the newer version of the script.

i.


More information about the Python-list mailing list