Message171340
| Author |
ezio.melotti |
| Recipients |
chris.jerdonek, cvrebert, docs@python, eric.araujo, ezio.melotti, georg.brandl, rhettinger, serhiy.storchaka, terry.reedy, tshepang |
| Date |
2012年09月26日.13:04:28 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1348664669.01.0.0797111441639.issue16036@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|