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 xiang.zhang
Recipients Alexander Todorov, barry, docs@python, josh.r, steven.daprano, xiang.zhang
Date 2017-03-09.04:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489032451.42.0.362541284425.issue29756@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for jsoh. Actually the behaviour is documented in https://docs.python.org/3/reference/expressions.html#value-comparisons.

So a single 'a is b' or 'a == b' is not complete. I would like to use 'equal to' which implies 'a is b or a == b'.
History
Date User Action Args
2017-03-09 04:07:31xiang.zhangsetrecipients: + xiang.zhang, barry, steven.daprano, docs@python, josh.r, Alexander Todorov
2017-03-09 04:07:31xiang.zhangsetmessageid: <1489032451.42.0.362541284425.issue29756@psf.upfronthosting.co.za>
2017-03-09 04:07:31xiang.zhanglinkissue29756 messages
2017-03-09 04:07:31xiang.zhangcreate