commit | deadbf50e4cc3c541e706d5bf1aa73624bed36a6 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Sep 12 06:33:37 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Sep 12 06:33:37 2003 +0000 |
tree | 407b9e5f2aa93866cdda5fb5b70fee3d49d2de0e | |
parent | 74c8e55f3b64b8819a1950be4ac1323c74931cc2 [diff] |
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.