[issue8825] int("0",0) throws exception
C Moss added the comment: I'm using MS IronPython 2.6 which is using CPython 2.6.1. Regards, Clark -- ___ Python tracker <http://bugs.python.org/i
[issue8825] int("0",0) throws exception
New submission from C Moss : The expression int("0",0) throws an exception, though the expectation would be to return 0 (zero). int("0x0",0) == 0 int("00",0) = 0 -- components: None messages: 106554 nosy: cmoss60 priority: normal severity: normal status: