"leo" <[EMAIL PROTECTED]> writes:
> I come from a java background, where Exceptions are a big Avoid Me, but
> are the performance implications the same in Python? 

Well, you could measure it experimentally pretty easily, but anyway,
Python exceptions are much less expensive than Java exceptions.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to