-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Some mixin methods in collections.abc
are not mentioned in the Document
#114990
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
aisk
added a commit
to aisk/cpython
that referenced
this issue
Feb 4, 2024
willingc
added a commit
that referenced
this issue
Oct 30, 2024
…H-114991) Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 30, 2024
…ent (pythonGH-114991) (cherry picked from commit 5768fef) Co-authored-by: AN Long <aisk@users.noreply.github.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
picnixz
pushed a commit
to picnixz/cpython
that referenced
this issue
Dec 8, 2024
…ent (pythonGH-114991) Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 6, 2025
…ent (pythonGH-114991) (cherry picked from commit 5768fef) Co-authored-by: AN Long <aisk@users.noreply.github.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jan 6, 2025
…ent (pythonGH-114991) (cherry picked from commit 5768fef) Co-authored-by: AN Long <aisk@users.noreply.github.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
hugovk
pushed a commit
that referenced
this issue
Jan 6, 2025
hugovk
pushed a commit
that referenced
this issue
Jan 6, 2025
And now backported to 3.13 and 3.12. Thank you! |
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…ent (pythonGH-114991) Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
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
https://docs.python.org/3/library/collections.abc.html
Set
Set.__rsub__
andSet.__rxor__
do exist but not mentioned in the Document.MappingView
MappingView.__init__
andMappingView.__repr__
have the same issue.But since
__init__
and__repr__
always have default implementation in the base classobject
, so I'm not sure should we treat them as mixin methods. But the implemntation inMappingView
do have it's own logic so I assume they should be mixin methods.Linked PRs
The text was updated successfully, but these errors were encountered: