New submission from Stéphane Wirtel: Hi guys,
Via this issue, I will attach a patch where I replace all the "except: pass" in the source code by a clear "except Exception: pass". ---------- components: Library (Lib) messages: 216524 nosy: matrixise priority: normal severity: normal status: open title: replace "except: pass" by "except Exception: pass" versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21259> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com