[Devel] Bug report: lots of bare except clauses

Mary Gardiner mary at puzzling.org
Thu Jun 24 14:31:29 EST 2004


Hi,

The current planet code has a lot of bare except: clauses.

While I can see how this is handy (so that you can log any error at
all), it meants that the process can't be interrupted easily via Ctrl-C,
because KeyboardError gets caught by the "except:" clause.

-Mary



More information about the Devel mailing list