On Apr 17, 11:37 am, [EMAIL PROTECTED] wrote:
> Thank you for your answers. Seems like the limits of numeric values
> aren't considered as important in Python as in C ;)

Sure, they're important, we just don't want to notice them. That's why
conversion to longs is automatic, so that number size limits don't
cause problems and your problems are solved rather than throw
exceptions or produce invalid results.

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

Reply via email to