summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-04-02 10:17:07 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-04-02 10:17:07 (GMT)
commite096e82e827f6092706c7349fd4944c275382eb5 (patch)
tree9d9f8a1f53574d56a605499484d44508c252ef62 /Misc/NEWS
parentea2d38947461039b49ff2f04d28bf14bf92194df (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b2255d..e9b39b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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