-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Improve builtins.__doc__
#103886
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
I guess we could reuse (to some degree) the builtins documentation? |
JelleZijlstra
added a commit
that referenced
this issue
May 7, 2023
Co-authored-by: Jelle Zijlstra <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 7, 2023
(cherry picked from commit b35711d) Co-authored-by: Tomas R <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
Much better now, thanks @tomasr8! |
JelleZijlstra
added a commit
that referenced
this issue
May 7, 2023
gh-103886: Improve `builtins.__doc__` (GH-104179) (cherry picked from commit b35711d) Co-authored-by: Tomas R <[email protected]> Co-authored-by: Jelle Zijlstra <[email protected]>
Thanks for the review! |
jbower-fb
pushed a commit
to jbower-fb/cpython
that referenced
this issue
May 8, 2023
Co-authored-by: Jelle Zijlstra <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few possible improvements:
None
is not actually in the builtins module, as it's a keywordEllipsis
has more uses than just slicesLinked PRs
builtins.__doc__
#104179builtins.__doc__
(GH-104179) #104257The text was updated successfully, but these errors were encountered: