[EMAIL PROTECTED] wrote:

> Indeed, as the docs pointed out.  I guess I was confused by
> 
> "If pylong is greater than ULONG_MAX, an OverflowError is raised."
> 
> at http://docs.python.org/api/longObjects.html.

Take care -- this is about "unsigned long" data type of C, not a
Python "long" instance.

Regards,


Björn

-- 
BOFH excuse #75:

There isn't any problem

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

Reply via email to