diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-08-24 18:32:13 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-08-24 18:32:13 (GMT) |
commit | e4204bcfb79a6453915c194e9aef25550ff165d2 (patch) | |
tree | 00f018d3c7eb2ff3f13448b30d8305a62142dca7 /Misc | |
parent | 15251a99bb239674ec2a4b2d4f7f5bf24235c34f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |