diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-04-29 14:31:56 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-04-29 14:31:56 (GMT) |
commit | e383e82e0484aed79f2c78516e3f223345408d4b (patch) | |
tree | 665c6b5274695e846f6b66fa88d673eccd0bc402 /Misc/NEWS | |
parent | d68ac85e9afd3d7e5dfc8fe2e2853d3371cc08d2 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |