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-03-07.15:46:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488901606.58.0.57197801533.issue16055@psf.upfronthosting.co.za>
In-reply-to
Content
> Since the first parameter of int() is now positional-only, this issue looks outdated.

Right, but Python 3.7 still has this issue: "The *base* argument can also be 0." The error message should be:

"ValueError: int() base must be >= 2 and <= 36 or 0" (add "or 0")
History
Date User Action Args
2017-03-07 15:46:46vstinnersetrecipients: + vstinner, benjamin.peterson, ezio.melotti, chris.jerdonek, inglesp, serhiy.storchaka
2017-03-07 15:46:46vstinnersetmessageid: <1488901606.58.0.57197801533.issue16055@psf.upfronthosting.co.za>
2017-03-07 15:46:46vstinnerlinkissue16055 messages
2017-03-07 15:46:46vstinnercreate