[EMAIL PROTECTED] wrote:
> How can I figure out the largest long available?  I was hoping for
> something like sys.maxint, but I didn't see it.  Also, can someone
> point me to where I can (concisely) read about size of such types
> (int, float, long).
>   
There is no explicit (defined) limit.  The amount of available address
space forms a practical limit.

Gary Herron

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

Reply via email to