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 rhettinger
Recipients barry, gregory.p.smith, gvanrossum, jwilk, miss-islington, njs, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy, xiang.zhang
Date 2018-10-02.06:48:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538462914.15.0.545547206417.issue34850@psf.upfronthosting.co.za>
In-reply-to
Content
> I like this solution of a syntax warning for `is <literal>` 
> and I agree that `== None` should not be a warning.

+1 for me as well.  Besides catching potential bugs, it will be of instant benefit for teaching Python.
History
Date User Action Args
2018-10-02 06:48:34rhettingersetrecipients: + rhettinger, gvanrossum, barry, terry.reedy, gregory.p.smith, jwilk, steven.daprano, njs, serhiy.storchaka, xiang.zhang, miss-islington
2018-10-02 06:48:34rhettingersetmessageid: <1538462914.15.0.545547206417.issue34850@psf.upfronthosting.co.za>
2018-10-02 06:48:34rhettingerlinkissue34850 messages
2018-10-02 06:48:34rhettingercreate