[issue25864] collections.abc.Mapping should include a __reversed__ that raises TypeError

Emanuel Barry report at bugs.python.org
Mon Dec 14 22:49:16 EST 2015


Emanuel Barry added the comment:

You need to do 'import collections.abc' as abc is a submodule of collections, and is not imported from a bare 'import collections'.

----------
nosy: +ebarry

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25864>
_______________________________________


More information about the Python-bugs-list mailing list