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 MLModel
Recipients MLModel, georg.brandl
Date 2009-05-05.18:44:00
SpamBayes Score 0.0035146642
Marked as misclassified No
Message-id <1241549042.03.0.0131212295011.issue5937@psf.upfronthosting.co.za>
In-reply-to
Content
And, checking the methods of dbm.ndbm, I find get() and setdefault() but
nothing like iterkeys() or iteritems(), just keys().

I think it might also be worth pointing out that a particular variation
of dbm may be chosen to create a database file by calling the
submodule's open function -- dbm.gdbm.open(), dbm.ndbm.open(), or
dbm.dumb.open().
History
Date User Action Args
2009-05-05 18:44:02MLModelsetrecipients: + MLModel, georg.brandl
2009-05-05 18:44:02MLModelsetmessageid: <1241549042.03.0.0131212295011.issue5937@psf.upfronthosting.co.za>
2009-05-05 18:44:00MLModellinkissue5937 messages
2009-05-05 18:44:00MLModelcreate