-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Doc: add list(dict) in stdtypes library #16209
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @adorilson
I think this could be a helpful addition, but it should be below the entry for iter(d)
rather than at the top of the list. Those two are functionally similar to each other.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR.
Thanks @adorilson for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
(cherry picked from commit 63dedef) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
GH-16210 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit 63dedef) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
GH-16211 is a backport of this pull request to the 3.7 branch. |
Thank you for your PR. |
Doc about list(dict) was missing in stdtypes library.
Maybe we must add something in Dictionary view objects section, too.
But, I'm not sure.