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 cvrebert, docs@python, ezio.melotti, rhettinger, terry.reedy, tshepang
Date 2012-08-28.13:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346160115.35.0.619118575585.issue14783@psf.upfronthosting.co.za>
In-reply-to
Content
.. function:: int(n=0)
              int(s, base=10)

should do the trick.
+1 on using this instead of int([number | string[, base]])
History
Date User Action Args
2012-08-28 13:21:55ezio.melottisetrecipients: + ezio.melotti, rhettinger, terry.reedy, cvrebert, docs@python, tshepang
2012-08-28 13:21:55ezio.melottisetmessageid: <1346160115.35.0.619118575585.issue14783@psf.upfronthosting.co.za>
2012-08-28 13:21:54ezio.melottilinkissue14783 messages
2012-08-28 13:21:54ezio.melotticreate