[issue24286] Should OrderedDict.viewitems compare equal to dict.viewitems when the items are equal?

Serhiy Storchaka report at bugs.python.org
Tue May 26 10:09:30 CEST 2015


Serhiy Storchaka added the comment:

I don't know if it is worth to backport this feature (dict views were registered in 1f024a95e9d9), but the patch itself LGTM. I think tests should be foreported to 3.x (if they don't exist in 3.x).

Are there generic set tests similar to mapping_tests and seq_tests?

----------

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


More information about the Python-bugs-list mailing list