]> granicus.if.org Git - python/commit
Now that I've learnt about structseq objects I felt like converting sys.float_info...
authorChristian Heimes <christian@cheimes.de>
Mon, 14 Jan 2008 04:13:37 +0000 (04:13 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 14 Jan 2008 04:13:37 +0000 (04:13 +0000)
commitc94e2b5c1282e649f763eb9ee8208a0a77268262
tree6d619a5339c05cdacedfadebf1366dcd0434a86f
parentf31b69f9dbfcb0d7f57147abcba47a940bd9430b
Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's
readonly and help(sys.float_info) explains the attributes nicely.
Doc/c-api/concrete.rst
Doc/library/sys.rst
Lib/test/test_sys.py
Misc/NEWS
Objects/floatobject.c