]> 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 08:39:40 +0000 (08:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 15 Nov 2002 08:39:40 +0000 (08:39 +0000)
commit903bf907234814e70ff925916adfc7850930361b
treec3c2c3773d50123a7081dc2ddc14d4b967be3cc1
parent9cea5f5ee8315751f0cd7a8f2335f543281171bf
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.
Lib/test/test_userdict.py