This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients foobaron, georg.brandl, loewis, pablomouzo, pitrou
Date 2010-12-04.09:15:38
SpamBayes Score 5.5304245e-05
Marked as misclassified No
Message-id <1291454139.71.0.106325556432.issue6045@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-12-04 09:15:39georg.brandlsetrecipients: + georg.brandl, loewis, pitrou, foobaron, pablomouzo
2010-12-04 09:15:39georg.brandlsetmessageid: <1291454139.71.0.106325556432.issue6045@psf.upfronthosting.co.za>
2010-12-04 09:15:38georg.brandllinkissue6045 messages
2010-12-04 09:15:38georg.brandlcreate