Converting old "shelve" databases to gdbm

Istvan Albert istvan.albert at gmail.com
Mon Dec 24 23:01:31 EST 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