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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16036>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to