]> granicus.if.org Git - python/commit
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).
authorChristian Heimes <christian@cheimes.de>
Tue, 18 Dec 2007 23:22:54 +0000 (23:22 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 18 Dec 2007 23:22:54 +0000 (23:22 +0000)
commit0a8143f6462b491d3f12bfb899efd6e044e350be
tree855410e5c18dace91bbbb310b5660a40fb5f1eb6
parent8777bcae2749099b6ea3ac35f079bfa3df470a78
Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).

The patch unifies float("inf") and repr(float("inf")) on all platforms.
18 files changed:
Doc/c-api/utilities.rst
Doc/library/functions.rst
Doc/library/stdtypes.rst
Include/Python.h
Include/pyport.h
Include/pystrcmp.h [new file with mode: 0644]
Lib/test/test_float.py
Makefile.pre.in
Misc/NEWS
Objects/floatobject.c
PC/pyconfig.h
PCbuild/pythoncore.vcproj
PCbuild8/pythoncore/pythoncore.vcproj
PCbuild9/pythoncore.vcproj
Python/pystrcmp.c [new file with mode: 0644]
configure
configure.in
pyconfig.h.in