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-87041: Fix incorrect indentation in argparse help #124230

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. bpo-42875: fix incorrect indent of long sub-commands

    In case of usage a long command along with max_help_position more than the length of the command, the command's help was incorrectly started on the new line
    DiPaolo authored and savannahostrowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    db0782d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    521ea9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d4f326 View commit details
    Browse the repository at this point in the history
  4. Apply patch

    savannahostrowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a299b0a View commit details
    Browse the repository at this point in the history
  5. update docstring

    savannahostrowski committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dae590e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d653e6 View commit details
    Browse the repository at this point in the history
  7. Update Misc/NEWS.d/next/Library/2024-09-19-03-46-59.gh-issue-87041.9O…

    …x7Bv.rst
    
    Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
    savannahostrowski and Eclips4 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    68566a1 View commit details
    Browse the repository at this point in the history
  8. Update Misc/NEWS.d/next/Library/2024-09-19-03-46-59.gh-issue-87041.9O…

    …x7Bv.rst
    
    Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
    savannahostrowski and Eclips4 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dfaa4b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c59891 View commit details
    Browse the repository at this point in the history