What is the range of a variable of type int()

eg:
i = int()
print i.max()  # 0xFFFFFFFF
print i.min() # 0x00000000

is it a signed 16 bit or 32 bit or is it unsigned 16 or 32...
I've noticed that it can be incremented into a new class of type
long...

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to