Maximum negative integer string representations are not accepted by int(). Why?

Paul Rubin http
Fri Feb 21 23:56:13 EST 2003


"Parzival Herzog" <parz at shaw.SpamBucket.ca> writes:
> Then, why can I not write:
> 
> >>> int("020000000000")

It's trying to convert a decimal integer.  Try int("01000") to test that.




More information about the Python-list mailing list