[issue14306] try/except block is both efficient and expensive?

Terry J. Reedy report at bugs.python.org
Fri Mar 16 21:08:33 CET 2012


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I think it would be sufficient to add ' if no exceptions are raised' to the first sentence. The example that follows in the entry clarifies the implications of "cheap to try, expensive to catch".

----------
keywords: +patch
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14306>
_______________________________________


More information about the Python-bugs-list mailing list