Message 350266 - Python tracker (original) (raw)

Message350266

Author aeros
Recipients Kristian Klette, aeros, brett.cannon, methane, xtreak
Date 2019-08-23.08:23:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1566548590.22.0.0106783436117.issue37585@roundup.psfhosted.org
In-reply-to
Content
Reopening the issue for adding the documentation clarification, that comparing the values view of two dictionaries will always return false (as was suggested in the ML discussion https://mail.python.org/archives/list/python-dev@python.org/message/K3SYX4DER3WAOWGQ4SPKCKXSXLXTIVAQ/). A month ago, I opened to PR to add the clarification to the documentation for dict.values(): https://github.com/python/cpython/pull/14954/files. It probably went unnoticed because the issue had already been closed (which I hadn't realized at the time).
History
Date User Action Args
2019-08-23 08:23:10 aeros set recipients: + aeros, brett.cannon, methane, xtreak, Kristian Klette
2019-08-23 08:23:10 aeros set messageid: 1566548590.22.0.0106783436117.issue37585@roundup.psfhosted.org
2019-08-23 08:23:10 aeros link issue37585 messages
2019-08-23 08:23:10 aeros create