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 arigo
Recipients arigo
Date 2016-12-06.12:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
(S3) hash({}.values()) works (but hash({}.keys()) correctly gives
  TypeError).  That's a bit confusing and, as far as I can tell, always
  pointless.  Also, related: d.keys()==d.keys() but
  d.values()!=d.values().
History
Date User Action Args
2016-12-06 12:03:26arigosetrecipients: + arigo
2016-12-06 12:03:26arigosetmessageid: <[email protected]>
2016-12-06 12:03:26arigolinkissue28885 messages
2016-12-06 12:03:26arigocreate