Skip to content
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

gh-120541: Improve the "less" prompt in pydoc #120543

Merged
merged 5 commits into from
Jun 15, 2024

Commits on Jun 15, 2024

  1. pythongh-120541: Improve the "less" prompt in pydoc

    When help() is called with non-string argument, use __qualname__ or
    __name__ if available, otherwise use "{typename} object".
    serhiy-storchaka committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    9c2a8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668b3ad View commit details
    Browse the repository at this point in the history
  3. Remove the old code.

    serhiy-storchaka committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1ecc071 View commit details
    Browse the repository at this point in the history
  4. Reformat.

    serhiy-storchaka committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    14ce4d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3267079 View commit details
    Browse the repository at this point in the history