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 nascheme
Recipients barry, gregory.p.smith, gvanrossum, jwilk, miss-islington, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy, xiang.zhang
Date 2018-10-04.18:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538677404.44.0.545547206417.issue34850@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem with a SyntaxWarning is that the wrong people will see it. It gets in the way of users of applications that happen to be written in Python.

Turn the check on only when PYTHONDEVMODE is set?  Seems like it solves the issue with the wrong people seeing the warning.
History
Date User Action Args
2018-10-04 18:23:24naschemesetrecipients: + nascheme, gvanrossum, barry, rhettinger, terry.reedy, gregory.p.smith, jwilk, steven.daprano, njs, serhiy.storchaka, xiang.zhang, miss-islington
2018-10-04 18:23:24naschemesetmessageid: <1538677404.44.0.545547206417.issue34850@psf.upfronthosting.co.za>
2018-10-04 18:23:24naschemelinkissue34850 messages
2018-10-04 18:23:24naschemecreate