[docs] [issue14783] Update int() docstring from manual

Ezio Melotti report at bugs.python.org
Tue Aug 28 15:21:55 CEST 2012


Ezio Melotti added the comment:

.. function:: int(n=0)
              int(s, base=10)

should do the trick.
+1 on using this instead of int([number | string[, base]])

----------

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


More information about the docs mailing list