]> granicus.if.org Git - python/commit
Issue 2168. gdbm and dbm needs to be iterable; this fixes a
authorFacundo Batista <facundobatista@gmail.com>
Mon, 25 Feb 2008 22:33:55 +0000 (22:33 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 25 Feb 2008 22:33:55 +0000 (22:33 +0000)
commitdf4198915a5329ba300e29d187febdf8bae65b74
tree8c9dfa8da83bb3c81f4c2dd0983eaee334da0dd1
parentfd429063e16739b152441d49371298a9b0341cb9
Issue 2168. gdbm and dbm needs to be iterable; this fixes a
failure in the shelve module.  Thanks Thomas Herve.
Modules/dbmmodule.c
Modules/gdbmmodule.c