This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2012-09-26 13:04:29ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, terry.reedy, eric.araujo, cvrebert, chris.jerdonek, docs@python, tshepang, serhiy.storchaka
2012-09-26 13:04:29ezio.melottisetmessageid: <1348664669.01.0.0797111441639.issue16036@psf.upfronthosting.co.za>
2012-09-26 13:04:28ezio.melottilinkissue16036 messages
2012-09-26 13:04:28ezio.melotticreate