]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
authorGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 00:31:14 +0000 (00:31 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Jan 1995 00:31:14 +0000 (00:31 +0000)
commita48061a5804418a63aac24bfce444fd555e3ffe7
treeb79aefe89c044651dc6ac1f9981c9c7530c0e666
parent8a30adc33ffe494f464f1a30c42f28fb3088970a
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)
Lib/anydbm.py [new file with mode: 0644]
Lib/pickle.py [new file with mode: 0644]
Lib/shelve.py [new file with mode: 0644]
Mac/Lib/dbmac.py [new file with mode: 0644]