]> granicus.if.org Git - python/commit
SF #662923
authorRaymond Hettinger <python@rcn.com>
Fri, 12 Sep 2003 06:33:37 +0000 (06:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 12 Sep 2003 06:33:37 +0000 (06:33 +0000)
commitdeadbf50e4cc3c541e706d5bf1aa73624bed36a6
tree407b9e5f2aa93866cdda5fb5b70fee3d49d2de0e
parent74c8e55f3b64b8819a1950be4ac1323c74931cc2
SF #662923

Add support for the iterator and mapping protocols.
For Py2.3, this was done for shelve, dumbdbm and other mapping objects, but
not for bsddb and dbhash which were inadvertently missed.
Doc/lib/libbsddb.tex
Doc/lib/libdbhash.tex
Lib/bsddb/__init__.py
Lib/test/test_bsddb.py
Misc/NEWS