Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-120541: Improve the "less" prompt in pydoc#120543
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
When help() is called with non-string argument, use __qualname__ or__name__ if available, otherwise use "{typename} object".Misc/NEWS.d/next/Library/2024-06-15-12-04-46.gh-issue-120541.d3cc5y.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
AlexWaygood left a comment
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.
LGTM. Nice enhancement.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
When help() is called with non-string argument, use __qualname__ or__name__ if available, otherwise use "{typename} object".(cherry picked from commit31d1d72)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>GH-120562 is a backport of this pull request to the3.13 branch. |
serhiy-storchaka commentedJun 15, 2024
Thank you for your review,@AlexWaygood. |
When help() is called with non-string argument, use __qualname__ or__name__ if available, otherwise use "{typename} object".When help() is called with non-string argument, use __qualname__ or__name__ if available, otherwise use "{typename} object".When help() is called with non-string argument, use __qualname__ or__name__ if available, otherwise use "{typename} object".
Uh oh!
There was an error while loading.Please reload this page.
When help() is called with non-string argument, usequalname orname if available, otherwise use "{typename} object".