[issue27238] Bare except: usages in turtle.py

Serhiy Storchaka report at bugs.python.org
Tue Jun 7 00:54:39 EDT 2016


Serhiy Storchaka added the comment:

Thanks Brett and Martin.

Jelle, I think it would be safer to use "except Exception" here. "except (TypeError, ValueError):" is not enough.

----------

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


More information about the Python-bugs-list mailing list