STINNER Victor added the comment:

> 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")

----------
nosy: +haypo
status: pending -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to