[issue7279] decimal.py: == and != comparisons involving NaNs

Mark Dickinson report at bugs.python.org
Tue Mar 23 21:44:53 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch (against py3k) to make all comparisons involving signaling nans raise InvalidOperation.

Stefan, does this look okay to you?

----------
keywords: +patch
Added file: http://bugs.python.org/file16631/issue7279.patch

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


More information about the Python-bugs-list mailing list