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 agnosticdev
Recipients agnosticdev, bbayles, jonathan-lp
Date 2018-03-11.15:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520780835.18.0.467229070634.issue33034@psf.upfronthosting.co.za>
In-reply-to
Content
I agree.  I think an explicit exception message would be appropriate when the cast fails to cast from string to int in int(post, 10).

Putting in a PR to fix this now.
https://github.com/python/cpython/pull/6078
History
Date User Action Args
2018-03-11 15:07:15agnosticdevsetrecipients: + agnosticdev, bbayles, jonathan-lp
2018-03-11 15:07:15agnosticdevsetmessageid: <1520780835.18.0.467229070634.issue33034@psf.upfronthosting.co.za>
2018-03-11 15:07:15agnosticdevlinkissue33034 messages
2018-03-11 15:07:15agnosticdevcreate