[EMAIL PROTECTED] wrote:
> How can I figure out the largest long available?

Why would you? AFAIK, longs are only limited by available memory.

> 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).

Well, how about the docs?

http://docs.python.org/lib/typesnumeric.html

Regards,


Björn

-- 
BOFH excuse #397:

T-1's congested due to porn traffic to the news server.

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

Reply via email to