]> granicus.if.org Git - python/commit
Feature #1534
authorChristian Heimes <christian@cheimes.de>
Sat, 1 Dec 2007 11:20:10 +0000 (11:20 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 1 Dec 2007 11:20:10 +0000 (11:20 +0000)
commitdfdfaab1c54425113e07b623f7dc38f60762cee1
tree0ad4a7143ebb830c8879cc7cc686ca67dbe00e13
parent9f6d4ceb43583885cd090ff6adb87d31b3ac9c99
Feature #1534
Added PyFloat_GetMax(), PyFloat_GetMin() and PyFloat_GetInfo() to the float API.
Added a dictionary sys.float_info with information about the internal floating point type to the sys module.
Doc/c-api/concrete.rst
Doc/library/sys.rst
Include/floatobject.h
Lib/test/test_sys.py
Misc/NEWS
Objects/floatobject.c
Python/sysmodule.c