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 vstinner
Recipients benjamin.peterson, chris.jerdonek, ezio.melotti, inglesp, serhiy.storchaka, vstinner
Date 2017-11-14.09:35:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510652119.92.0.213398074469.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 58cbae22930486814cc01cf9f981d9fe5e0c68f9 by Victor Stinner (Miss Islington (bot)) in branch '3.6':
bpo-16055: Fixes incorrect error text for int('1', base=1000) (GH-4376) (#4389)
https://github.com/python/cpython/commit/58cbae22930486814cc01cf9f981d9fe5e0c68f9
History
Date User Action Args
2017-11-14 09:35:19vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, chris.jerdonek, inglesp, serhiy.storchaka
2017-11-14 09:35:19vstinnersetmessageid: <1510652119.92.0.213398074469.issue16055@psf.upfronthosting.co.za>
2017-11-14 09:35:19vstinnerlinkissue16055 messages
2017-11-14 09:35:19vstinnercreate