diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-04-02 10:17:07 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-04-02 10:17:07 (GMT) |
commit | e096e82e827f6092706c7349fd4944c275382eb5 (patch) | |
tree | 9d9f8a1f53574d56a605499484d44508c252ef62 /Misc/NEWS | |
parent | ea2d38947461039b49ff2f04d28bf14bf92194df (diff) | |
download | cpython-e096e82e827f6092706c7349fd4944c275382eb5.zip cpython-e096e82e827f6092706c7349fd4944c275382eb5.tar.gz cpython-e096e82e827f6092706c7349fd4944c275382eb5.tar.bz2 |
Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,10 @@ Core and Builtins Library ------- +- Issue #7279: Comparisons involving a Decimal signaling NaN now + signal InvalidOperation instead of returning False. (Comparisons + involving a quiet NaN are unchanged.) + - Issue #2531: Comparison operations between floats and Decimal instances now return a result based on the numeric values of the operands; previously they returned an arbitrary result based on |