Size of integers (2**32-1)

Thomas Guettler st-newsgroups at thomas-guettler.de
Tue Feb 5 04:16:36 EST 2002


I have two python version installed:
with the cygwin version "print 2**32-1" works
but with the zope version I get OverFlowError.

Background:
I want to get a random 32-Bit integer like this randrange(0, 2*32-1)

thomas




More information about the Python-list mailing list