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

Raymond Hettinger report at bugs.python.org
Tue Dec 15 01:37:44 EST 2015


Raymond Hettinger added the comment:

I've seen no evidence that this a problem in practice.  It seems no more interesting or problematic than sequence argument unpacking working with dictionaries, "a, b = {'one': 1, 'two': 2}".

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list