Message 169279 - Python tracker
Message169279
| 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:55 | ezio.melotti | set | recipients: + ezio.melotti, rhettinger, terry.reedy, cvrebert, docs@python, tshepang |
| 2012-08-28 13:21:55 | ezio.melotti | set | messageid: <1346160115.35.0.619118575585.issue14783@psf.upfronthosting.co.za> |
| 2012-08-28 13:21:54 | ezio.melotti | link | issue14783 messages |
| 2012-08-28 13:21:54 | ezio.melotti | create | |