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 ncoghlan
Recipients barry, ezio.melotti, ncoghlan, r.david.murray
Date 2013-04-19.01:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366334945.22.0.940431599914.issue17792@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that this kind of dubious-but-legal code is what http://docs.python.org/3/library/exceptions.html#SyntaxWarning is designed to handle.

Something like "SyntaxWarning: implicitly deleted exception variable referenced after end of except clause".
History
Date User Action Args
2013-04-19 01:29:05ncoghlansetrecipients: + ncoghlan, barry, ezio.melotti, r.david.murray
2013-04-19 01:29:05ncoghlansetmessageid: <1366334945.22.0.940431599914.issue17792@psf.upfronthosting.co.za>
2013-04-19 01:29:05ncoghlanlinkissue17792 messages
2013-04-19 01:29:04ncoghlancreate