]> granicus.if.org Git - python/commit
SF patch #520382: Expand shelve.py to have a full dictionary interface
authorRaymond Hettinger <python@rcn.com>
Fri, 15 Nov 2002 06:46:14 +0000 (06:46 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 15 Nov 2002 06:46:14 +0000 (06:46 +0000)
commit7994716b6bcaeca64f47b7b3ed4e411bb6afc415
tree0815d4b85257de2a72984d5c7026dab279b053e7
parent3a7f405f5b3388b5ba3cf807100627ae5fbf696f
SF patch #520382:  Expand shelve.py to have a full dictionary interface
and add a mixin to UserDict.py to make it easier to implement a full
dictionary interface.
Doc/lib/libshelve.tex
Doc/lib/libuserdict.tex
Lib/UserDict.py
Lib/shelve.py
Misc/NEWS