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 remi.lapeyre
Recipients remi.lapeyre, rhettinger, yesheng
Date 2020-06-03.10:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591181991.53.0.0564572535311.issue40853@roundup.psfhosted.org>
In-reply-to
Content
This is documented in https://docs.python.org/3.8/library/stdtypes.html#set-types-set-frozenset:


Instances of set are compared to instances of frozenset based on their members. For example, set('abc') == frozenset('abc') returns True and so does set('abc') in set([frozenset('abc')]).
History
Date User Action Args
2020-06-03 10:59:51remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, yesheng
2020-06-03 10:59:51remi.lapeyresetmessageid: <1591181991.53.0.0564572535311.issue40853@roundup.psfhosted.org>
2020-06-03 10:59:51remi.lapeyrelinkissue40853 messages
2020-06-03 10:59:51remi.lapeyrecreate