SIGN IN SIGN UP

shelve.py: database of persistent objects, on top of pickle.py and anydbm.py

pickle.py: new low-level persistency module (used to be called flatten)
dbmac.py: stupid dbm clone for the Mac
anydbm.py: generic dbm interface (should be extended to support gdbm)
G
Guido van Rossum committed
a48061a5804418a63aac24bfce444fd555e3ffe7
Parent: 8a30adc