[issue10610] Correct the float(), int() and complex() documentation

Alexander Belopolsky report at bugs.python.org
Fri Dec 3 00:23:14 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Marc,

I don't want to further sprawl the python-dev thread, but it would be great if you could help with issue10587 as well.  That is a documentation-only issue, but there is some disagreement about how specific the docs should be.  Some of the relevant functions are documented in the header files, but some such as str.splitlines() are not.   I am posting it here because the level of detail that we want to document is probably similar in the two issues.  For example, we don't want to document things like int(3, -909) producing 3 in 2.6.  On the other hand, the fact that Arabic numerals are accepted by int() but Chinese are not, should probably be included.

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10610>
_______________________________________


More information about the Python-bugs-list mailing list