[docs] [issue16036] simplify int() signature docs

Ezio Melotti report at bugs.python.org
Wed Sep 26 15:04:29 CEST 2012


Ezio Melotti added the comment:

The latest patch is better, however I think it can be further improved.

The text is currently divided in two paragraphs:
 1) covers int(), int(num), int(x, base=b);
 2) covers int(float), and int(x, base=b);

I think it would be better to cover first int(), int(num), int(float), and then cover int(x, base=b).  The attached patch does this.

----------
Added file: http://bugs.python.org/file27313/issue16036.diff

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


More information about the docs mailing list