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 loewis
Recipients georg.brandl, loewis
Date 2009-05-17.11:05:34
SpamBayes Score 1.8364899e-05
Marked as misclassified No
Message-id <4A0FEF7B.9060301@v.loewis.de>
In-reply-to <1242549989.17.0.48305033807.issue6045@psf.upfronthosting.co.za>
Content
> So, either we remove the claim that they have a dict-style interface
> beyond __*item__() and keys(), or we do something about it.

I disagree that this is release-critical. I think it is desirable to
say that the dbm modules support most of a dict-style interface,
and I also think that it is factually correct to claim that they
currently do.

The problem with the current documentation is that it apparently stopped
documenting the "dict-style interface", in the sense

http://www.python.org/doc/2.5/lib/typesmapping.html

did. Instead, the documentation now only documents the dict type itself.
If a dict-style interface was specified, one would have to specify
whether returning views from keys/values/items is part of the dict-style
interface or not.
History
Date User Action Args
2009-05-17 11:05:36loewissetrecipients: + loewis, georg.brandl
2009-05-17 11:05:34loewislinkissue6045 messages
2009-05-17 11:05:34loewiscreate