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, pitrou
Date 2009-05-17.14:52:55
SpamBayes Score 1.7641227e-05
Marked as misclassified No
Message-id <4A1024C5.2020800@v.loewis.de>
In-reply-to <1242562510.63.0.838845133048.issue6045@psf.upfronthosting.co.za>
Content
> Would inheriting from MutableMapping fix this problem?

In principle: some of it, yes. These types are written in C,
so I'm not sure how exactly it would work. Also, it
still wouldn't provide all methods, e.g. copy(), fromkeys(),
get(), values(), items() would still be missing, as would
iteration (although the dict documentation apparently never
says that iterating over a dict is supported).
History
Date User Action Args
2009-05-17 14:52:57loewissetrecipients: + loewis, georg.brandl, pitrou
2009-05-17 14:52:56loewislinkissue6045 messages
2009-05-17 14:52:55loewiscreate