- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message366875
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 | Dominik V. |
|---|---|
| Recipients | Dominik V., cajetan.rodrigues, docs@python |
| Date | 2020-04-20.20:24:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1587414253.93.0.124668383846.issue40340@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Indeed, thanks for clarifying. It seems I misunderstood the example, and perhaps that calls for a better separation. What about adding
> By default, these interpret the number as decimal, so that `int('0144') == 144` holds true and `int('0x144')` raises ValueError. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-20 20:24:13 | Dominik V. | set | recipients: + Dominik V., docs@python, cajetan.rodrigues |
| 2020-04-20 20:24:13 | Dominik V. | set | messageid: <1587414253.93.0.124668383846.issue40340@roundup.psfhosted.org> |
| 2020-04-20 20:24:13 | Dominik V. | link | issue40340 messages |
| 2020-04-20 20:24:13 | Dominik V. | create | |

