Martin v. Löwis <mar...@v.loewis.de> added the comment: > 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). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6045> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com