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-13.21:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510609773.08.0.213398074469.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 28b624825eb92cb8c96fbf8da267d8d14a61a841 by Victor Stinner (Sanyam Khurana) in branch 'master':
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376)
https://github.com/python/cpython/commit/28b624825eb92cb8c96fbf8da267d8d14a61a841
History
Date User Action Args
2017-11-13 21:49:33vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, chris.jerdonek, inglesp, serhiy.storchaka
2017-11-13 21:49:33vstinnersetmessageid: <1510609773.08.0.213398074469.issue16055@psf.upfronthosting.co.za>
2017-11-13 21:49:33vstinnerlinkissue16055 messages
2017-11-13 21:49:33vstinnercreate