]> granicus.if.org Git - python/commit
Issue #14521: Make result of float('nan') and float('-nan') more consistent across...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 29 Apr 2012 14:31:56 +0000 (15:31 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 29 Apr 2012 14:31:56 +0000 (15:31 +0100)
commite383e82e0484aed79f2c78516e3f223345408d4b
tree665c6b5274695e846f6b66fa88d673eccd0bc402
parentd68ac85e9afd3d7e5dfc8fe2e2853d3371cc08d2
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').
Include/dtoa.h
Lib/test/test_float.py
Misc/NEWS
Python/dtoa.c
Python/pystrtod.c