Overuse of try/except/else?

Daniel Kluev dan.kluev at gmail.com
Sat May 21 09:33:33 EDT 2011


On Tue, May 10, 2011 at 11:40 AM, Kyle T. Jones
<onexpadREMOVE at evomeryahoodotyouknow.com> wrote:
>
> It has been hard for me to determine what would constitute overuse.
>

Good example of abuse is catching KeyboardInterrupt or SystemExit
inside some library code. PycURL does it, and its truly annoying.

-- 
With best regards,
Daniel Kluev



More information about the Python-list mailing list