[issue6045] Add more dict methods to dbm interfaces

2011-02-03 Thread Éric Araujo
Éric Araujo added the comment: I believe this is now superseded by #9523, which has less discussion but a patch. -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> Improve dbm modules ___ Pyt

[issue6045] Add more dict methods to dbm interfaces

2010-12-04 Thread Éric Araujo
Éric Araujo added the comment: See also #9523. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue6045] Add more dict methods to dbm interfaces

2010-12-04 Thread Georg Brandl
Georg Brandl 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