]> granicus.if.org Git - python/commit
Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN
authorMark Dickinson <dickinsm@gmail.com>
Wed, 6 Feb 2008 22:10:50 +0000 (22:10 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 6 Feb 2008 22:10:50 +0000 (22:10 +0000)
commit2fc9263df56d28a6c1def6c8a0517bbddfa899af
tree3a4f03d86c54781d8db9d9f03eb0d9ba20e44e0d
parent55b8c3e26fe608a1caf65cb35e41cdcbd8353426
Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN
raise InvalidOperation (and return False if InvalidOperation is trapped).
Doc/library/decimal.rst
Lib/decimal.py
Lib/test/test_decimal.py
Misc/NEWS