Peter Inglesby added the comment:

The attached patch updates the error message to:

>>> int(base=100, x='123')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: int() base must be >= 2 and <= 36, or 0

----------
keywords: +patch
nosy: +inglesp
Added file: http://bugs.python.org/file27328/issue16055.patch

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

Reply via email to