[issue2876] Write UserDict fixer for 2to3

R. David Murray report at bugs.python.org
Thu Apr 8 17:53:18 CEST 2010


R. David Murray <rdmurray at bitdance.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue2876>
_______________________________________


More information about the Python-bugs-list mailing list