- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message303240
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 | serhiy.storchaka |
|---|---|
| Recipients | georg.brandl, mark.dickinson, serhiy.storchaka |
| Date | 2017-09-28.14:14:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1506608047.28.0.466225441844.issue31619@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> int('1_2_3_4_5_6_7_89', 16)
4886718345
>>> int('1_2_3_4_5_6_7_8_9', 16)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: int string too large to convert |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-28 14:14:07 | serhiy.storchaka | set | recipients: + serhiy.storchaka, georg.brandl, mark.dickinson |
| 2017-09-28 14:14:07 | serhiy.storchaka | set | messageid: <1506608047.28.0.466225441844.issue31619@psf.upfronthosting.co.za> |
| 2017-09-28 14:14:07 | serhiy.storchaka | link | issue31619 messages |
| 2017-09-28 14:14:07 | serhiy.storchaka | create | |

