STINNER Victor <victor.stin...@gmail.com> added the comment:

> Summary:  The collections.abc module is fine as-is.

Ok, but there is still an issue: issubclass(types.MappingProxyType, 
collections.abc.Mapping) is False. Attached registers MappingProxyType as a 
Mapping. Is it correct?

The patch also renames dict_proxy to mappingproxy. Is it backward incompatible? 
(collections.abc module was added to Python 3.3)

----------
Added file: http://bugs.python.org/file25229/mappingproxy_abc.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to