[issue16055] incorrect error text for int(base=1000, x='1')

Chris Jerdonek report at bugs.python.org
Wed Sep 26 21:44:50 CEST 2012


Chris Jerdonek added the comment:

Locations:

Objects/longobject.c
1994:                        "int() arg 2 must be >= 2 and <= 36");
4273:                        "int() arg 2 must be >= 2 and <= 36");

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16055>
_______________________________________


More information about the Python-bugs-list mailing list