[issue11986] Min/max not symmetric in presence of NaN

Antoine Pitrou report at bugs.python.org
Tue May 3 20:34:22 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Not specific to NaNs:

>>> min({1}, {2})
{1}
>>> min({2}, {1})
{2}

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list