[issue6045] Add more dict methods to dbm interfaces
Georg Brandl
report at bugs.python.org
Sat Dec 4 10:15:39 CET 2010
Georg Brandl <georg at python.org> added the comment:
r87013 adds get() and setdefault() to dbm.gnu -- now gdbm and ndbm have the same set of dict methods available.
For me, that is enough to demote this to feature request.
There's another issue anyway for iteration protocol support.
----------
priority: critical -> normal
title: Fix dbm interfaces -> Add more dict methods to dbm interfaces
type: behavior -> feature request
versions: +Python 3.3 -Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6045>
_______________________________________
More information about the Python-bugs-list
mailing list