summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-08-24 18:32:13 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-08-24 18:32:13 (GMT)
commite4204bcfb79a6453915c194e9aef25550ff165d2 (patch)
tree00f018d3c7eb2ff3f13448b30d8305a62142dca7 /Misc
parent15251a99bb239674ec2a4b2d4f7f5bf24235c34f (diff)
downloadcpython-e4204bcfb79a6453915c194e9aef25550ff165d2.zip
cpython-e4204bcfb79a6453915c194e9aef25550ff165d2.tar.gz
cpython-e4204bcfb79a6453915c194e9aef25550ff165d2.tar.bz2
Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19934d9..508a832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Core and Builtins
Library
-------
+- Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
+
- Issue #15249: BytesGenerator now correctly mangles From lines (when
requested) even if the body contains undecodable bytes.