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 Frank B2
Recipients Frank B2, docs@python
Date 2019-07-22.21:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563831210.27.0.699744646514.issue37655@roundup.psfhosted.org>
In-reply-to
Content
The docs say "Test whether the set is a proper subset of other" for both set < other and set > other built-in functions.

Is that a misprint? How could it be both?

For the <= and >= operators it properly reverses the order so one says:

Test whether every element in the set is in other.

and the other:

Test whether every element in other is in the set.
History
Date User Action Args
2019-07-22 21:33:30Frank B2setrecipients: + Frank B2, docs@python
2019-07-22 21:33:30Frank B2setmessageid: <1563831210.27.0.699744646514.issue37655@roundup.psfhosted.org>
2019-07-22 21:33:30Frank B2linkissue37655 messages
2019-07-22 21:33:30Frank B2create