[issue27238] Bare except: usages in turtle.py

Serhiy Storchaka report at bugs.python.org
Tue Jun 14 15:40:29 EDT 2016


Serhiy Storchaka added the comment:

LGTM.

There is no case for bare except here. Actually it is a bug, since (in this file) a bare except can swallow KeyboardInterrupt.

----------
assignee: Jelle Zijlstra -> serhiy.storchaka
stage: patch review -> commit review
type: enhancement -> behavior
versions: +Python 2.7, Python 3.5

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


More information about the Python-bugs-list mailing list