4 Oct
2002
4 Oct
'02
12:45 p.m.
On Friday 04 Oct 2002 1:18 pm, Guido van Rossum wrote:
To make it worse when this is sometimes done for a large stretch of code, even though there are only a few specific spots where the exception is expected.
The idiom of putting this long stretch of code into and 'else' block after the 'try' block is underused, and not just in Zope. I wonder why?