[Python-Dev] Breaking bug #411881 into manageable pieces
Tim Peters
tim.one@comcast.net
Wed, 20 Mar 2002 15:18:16 -0500
[Aahz]
> May I suggest yet one more alteration:
>
> try:
> ...code...
> except (KeyboardInterrupt,SystemExit):
> raise
> except:
> ...handler...
Not unless you want to run around editing hundreds of modules. To quote
someone who shall remain anonymous:
The joy of coding Python should be in seeing short, concise,
readable classes that express a lot of action in a small amount of
clear code -- not in reams of trivial code that bores the reader to
death.
dyingly y'rs - tim