diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-08-24 17:53:10 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-08-24 17:53:10 (GMT) |
commit | fc33d4ce0a2a89d26c30cd31ccc1992eb495aff0 (patch) | |
tree | e4af8aa2446027fb3c8440aedeb4aaa0bc3cda15 /Misc | |
parent | cb0ec7dc425bbcd6a3325b2012f6843320219d34 (diff) | |
download | cpython-fc33d4ce0a2a89d26c30cd31ccc1992eb495aff0.zip cpython-fc33d4ce0a2a89d26c30cd31ccc1992eb495aff0.tar.gz cpython-fc33d4ce0a2a89d26c30cd31ccc1992eb495aff0.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
@@ -32,6 +32,8 @@ Core and Builtins Library ------- +- Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. + - Issue #15776: Allow pyvenv to work in existing directory with --clean. - Issue #15249: BytesGenerator now correctly mangles From lines (when |