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 2018-05-18.23:53:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526687597.34.0.682650639539.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset d13169fc5ac7572a272cbcff830c3d96ba27cc7c by Victor Stinner in branch '2.7':
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)
https://github.com/python/cpython/commit/d13169fc5ac7572a272cbcff830c3d96ba27cc7c
History
Date User Action Args
2018-05-18 23:53:17vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, chris.jerdonek, inglesp, serhiy.storchaka
2018-05-18 23:53:17vstinnersetmessageid: <1526687597.34.0.682650639539.issue16055@psf.upfronthosting.co.za>
2018-05-18 23:53:17vstinnerlinkissue16055 messages
2018-05-18 23:53:17vstinnercreate