This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Expand dbshelve to have full shelve/dict interface
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: akuchling, rhettinger
Priority: normal Keywords: patch

Created on 2003-01-25 01:01 by rhettinger, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dbshelve.diff rhettinger, 2003-01-25 01:02 Tiny patch
dbobj.diff rhettinger, 2003-01-25 01:07 Similar patch for dbobj
Messages (3)
msg42523 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-01-25 01:01
Use the new DictMixin to grant all mapping methods 
to dbshelve.
msg42524 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-04 14:04
Logged In: YES 
user_id=11375

Both patches look fine to me.
msg42525 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-02-05 04:22
Logged In: YES 
user_id=80475

Committed as:
   dbobj.py   1.4
   dbshelve.py 1.6
History
Date User Action Args
2022-04-10 16:06:10adminsetgithub: 37828
2003-01-25 01:01:57rhettingercreate