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 ammar2
Recipients Anthony Sottile, ammar2, barry, brett.cannon, jwilk, miss-islington, nascheme, njs, rhettinger, serhiy.storchaka, steven.daprano, thautwarm, user30111, xiang.zhang
Date 2019-11-18.05:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574055691.31.0.0650875181289.issue34850@roundup.psfhosted.org>
In-reply-to
Content
That would potentially let an invalid usage slip through, since you know what you're doing, you can suppress the warning with:

  warnings.filterwarnings('ignore', category=SyntaxWarning, message='"is" with a literal')
History
Date User Action Args
2019-11-18 05:41:31ammar2setrecipients: + ammar2, barry, brett.cannon, nascheme, rhettinger, jwilk, steven.daprano, njs, serhiy.storchaka, xiang.zhang, Anthony Sottile, thautwarm, miss-islington, user30111
2019-11-18 05:41:31ammar2setmessageid: <1574055691.31.0.0650875181289.issue34850@roundup.psfhosted.org>
2019-11-18 05:41:31ammar2linkissue34850 messages
2019-11-18 05:41:30ammar2create