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 jdemeyer
Recipients _doublep, ajaksu2, arigo, belopolsky, fniessink, jdemeyer, loewis, serhiy.storchaka, westley.martinez
Date 2018-06-21.11:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529580633.68.0.56676864532.issue1617161@psf.upfronthosting.co.za>
In-reply-to
Content
I just posted to python-dev about this issue:

https://mail.python.org/pipermail/python-dev/2018-June/153959.html

However, I think that comparing using "==" is the right thing to do. So I think that

>>> [].append == [].append
False

should really return True.
History
Date User Action Args
2018-06-21 11:30:33jdemeyersetrecipients: + jdemeyer, loewis, arigo, belopolsky, fniessink, ajaksu2, _doublep, westley.martinez, serhiy.storchaka
2018-06-21 11:30:33jdemeyersetmessageid: <1529580633.68.0.56676864532.issue1617161@psf.upfronthosting.co.za>
2018-06-21 11:30:33jdemeyerlinkissue1617161 messages
2018-06-21 11:30:33jdemeyercreate