cnb <[EMAIL PROTECTED]> writes: > A ZeroDivisionError is better avoided wth an if-clause, don't you > think? It is a predictable exception...
It depends. If zero-division is unlikely, then things would probably[*] run faster without checking. If speed is what you're interested in, that is... Glenn [*] Haven't checked, so don't really know :-) -- http://mail.python.org/mailman/listinfo/python-list