[issue37655] Set subset operator docs

Frank B report at bugs.python.org
Mon Jul 22 17:33:30 EDT 2019


New submission from Frank B <fbicknel at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
files: 2019-07-22 1728 Screenshot.png
messages: 348307
nosy: Frank B2, docs at python
priority: normal
severity: normal
status: open
title: Set subset operator docs
versions: Python 2.7, Python 3.7
Added file: https://bugs.python.org/file48498/2019-07-22 1728 Screenshot.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37655>
_______________________________________


More information about the Python-bugs-list mailing list