Am 11.05.2012 17:51, schrieb Terry Reedy:
> If the domain of a function is truly all Python objects, it cannot raise
> an error. I believe id(x) is such an example.

Even id() can raise an exception, for example MemoryError when you are
running out of memory.

Christian

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

Reply via email to