New submission from Jesús Cea Avión:

In python 2.7 documentation, doing "grep -i 'except.*,.*:' *rst" shows quite a 
few "old style" "except:". I think that "except X, e:" should be transformed to 
"except X as e:", for clarity, as done in issue #16332.

The only thing is that this syntax, used in examples, would be incompatible 
with old python releases.

Opinions?

----------
keywords: easy
messages: 173988
nosy: jcea
priority: normal
severity: normal
status: open
title: In examples, "except:" should use new syntax
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16341>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to