Message 187327 - Python tracker (original) (raw)

Message187327

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:05 ncoghlan set recipients: + ncoghlan, barry, ezio.melotti, r.david.murray
2013-04-19 01:29:05 ncoghlan set messageid: 1366334945.22.0.940431599914.issue17792@psf.upfronthosting.co.za
2013-04-19 01:29:05 ncoghlan link issue17792 messages
2013-04-19 01:29:04 ncoghlan create