summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-29 14:31:56 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-04-29 14:31:56 (GMT)
commite383e82e0484aed79f2c78516e3f223345408d4b (patch)
tree665c6b5274695e846f6b66fa88d673eccd0bc402 /Misc/NEWS
parentd68ac85e9afd3d7e5dfc8fe2e2853d3371cc08d2 (diff)
downloadcpython-e383e82e0484aed79f2c78516e3f223345408d4b.zip
cpython-e383e82e0484aed79f2c78516e3f223345408d4b.tar.gz
cpython-e383e82e0484aed79f2c78516e3f223345408d4b.tar.bz2
Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf').
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83f2e3e..fbc8b5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Alpha 3?
Core and Builtins
-----------------
+- Issue #14521: Make result of float('nan') and float('-nan') more
+ consistent across platforms.
+
- Issue #14646: __import__() sets __loader__ if the loader did not.
- Issue #14605: No longer have implicit entries in sys.meta_path. If