[issue24434] ItemsView.__contains__ does not mimic dict_items

Xiang Zhang report at bugs.python.org
Sat Apr 30 02:24:23 EDT 2016


Xiang Zhang added the comment:

After reading issue4296, I agree with Serhiy's point on the second issue. Right now, (1, math.nan) in ItemsView({1: math.nan}) returns false which seems not acceptable.

----------

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


More information about the Python-bugs-list mailing list