]> granicus.if.org Git - python/commit
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they...
authorEric Smith <eric@trueblade.com>
Mon, 19 Oct 2009 14:38:14 +0000 (14:38 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 19 Oct 2009 14:38:14 +0000 (14:38 +0000)
commitc12781abcba0ff9ff5f6f7af807634ea4bc49e49
treedef23c6ba9b14b9ab2386bb23f4d9321ffcce5c8
parent156692752db98a2e31c4e00f59072b9f221eb9a9
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
Doc/c-api/float.rst
Misc/NEWS