[issue16261] Fix bare excepts in various places in std lib

Ramchandra Apte report at bugs.python.org
Fri Nov 2 05:42:27 CET 2012


Ramchandra Apte added the comment:

Yes.
most of the bare excepts can be replaced with a stricter clause

On 2 November 2012 01:06, Andrew Svetlov <report at bugs.python.org> wrote:

>
> Andrew Svetlov added the comment:
>
> Sorry, looks like I don't understood you correctly.
> Do you want to replace `except:` to `except Exception` or something else?
>
> ----------
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue16261>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list