This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients jcea
Date 2012-10-28.01:58:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351389520.62.0.621289823852.issue16341@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-10-28 01:58:40jceasetrecipients: + jcea
2012-10-28 01:58:40jceasetmessageid: <1351389520.62.0.621289823852.issue16341@psf.upfronthosting.co.za>
2012-10-28 01:58:40jcealinkissue16341 messages
2012-10-28 01:58:39jceacreate