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.03:15:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366341303.81.0.956797096691.issue17792@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we want to mess with the control flow, as that would be even weirder and may interact strangely with else and finally clauses.

A SyntaxWarning would be unconditional (so it doesn't matter whether or not the exception is triggered at run time), happens at compile time (so developers will see it), but won't be triggered when loading from a cached bytecode file (so end users typically won't see it).
History
Date User Action Args
2013-04-19 03:15:03ncoghlansetrecipients: + ncoghlan, barry, ezio.melotti, r.david.murray
2013-04-19 03:15:03ncoghlansetmessageid: <1366341303.81.0.956797096691.issue17792@psf.upfronthosting.co.za>
2013-04-19 03:15:03ncoghlanlinkissue17792 messages
2013-04-19 03:15:03ncoghlancreate