[issue21873] Tuple comparisons with NaNs are broken

Raymond Hettinger report at bugs.python.org
Thu Jun 26 18:02:30 CEST 2014


Raymond Hettinger added the comment:

Python core containers support the invariant:

    assert all(x in c for x in c)

See also:  http://bertrandmeyer.com/2010/02/06/reflexivity-and-other-pillars-of-civilization/

----------
assignee:  -> rhettinger

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


More information about the Python-bugs-list mailing list