-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
help(set.issubset)
does not tell the truth that it could accept any iterable as an argument
#113560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Documentation in the Doc dir
Comments
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 27, 2024
…rset() (pythonGH-113562) (cherry picked from commit 11c5822) Co-authored-by: Charlie Zhao <zhaoyu_hit@qq.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 27, 2024
…rset() (pythonGH-113562) (cherry picked from commit 11c5822) Co-authored-by: Charlie Zhao <zhaoyu_hit@qq.com>
This was referenced Jan 27, 2024
Merged
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
serhiy-storchaka
pushed a commit
that referenced
this issue
Jan 27, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The
set
docs tell us:But the
help(set.issubset)
does not emphasize this. It only explains that it could test the inclusion relationship between two sets.The same problem comes with the
help(set.issuperset)
.Linked PRs
set.issubset
andset.issuperset
#113562The text was updated successfully, but these errors were encountered: