R. David Murray <[email protected]> added the comment: Converting DictMixin to collections.MutableMapping is not necessarily a complete solution. MutableMapping does not provide all the methods that DictMixin does. See for example the problems encountered in issue 7975.
---------- nosy: +r.david.murray _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue2876> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
