[issue28912] collections.abc.OrderedMapping

Joshua Bronson report at bugs.python.org
Thu Dec 8 18:34:00 EST 2016


Joshua Bronson added the comment:

This patch improves the OrderedMapping.__eq__ implementation to be more generic in the case that ``other`` is an unordered Mapping of the same length as ``self``.

----------
Added file: http://bugs.python.org/file45805/jab-orderedmapping-2.patch

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


More information about the Python-bugs-list mailing list