[issue2168] gdbm needs to be iterable

Thomas Herve report at bugs.python.org
Sat Feb 23 16:26:07 CET 2008


New submission from Thomas Herve:

A recent change in shelve (r60927) raises the need for gdbm objects to
be iterable. We can see it by running test_shelve on a machine with
gdbm. I'll try to fix this.

The same thing should be done with the dbm module I think.

----------
components: Library (Lib)
messages: 62749
nosy: therve
severity: normal
status: open
title: gdbm needs to be iterable
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2168>
__________________________________


More information about the Python-bugs-list mailing list