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 xtreak
Recipients xtreak, Светломир Балевски
Date 2019-10-03.12:44:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570106649.3.0.462215838462.issue38362@roundup.psfhosted.org>
In-reply-to
Content
Using "is" could be dependent on how the string is interned to refer to the same string during comparison for identity. Using == is more reliable and correct.
History
Date User Action Args
2019-10-03 12:44:09xtreaksetrecipients: + xtreak, Светломир Балевски
2019-10-03 12:44:09xtreaksetmessageid: <1570106649.3.0.462215838462.issue38362@roundup.psfhosted.org>
2019-10-03 12:44:09xtreaklinkissue38362 messages
2019-10-03 12:44:09xtreakcreate