-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-84116: Docs: Document help and aliases for argparse.add_parser() #140574
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
Draft
Krishna-web-hub
wants to merge
20
commits into
python:main
Choose a base branch
from
Krishna-web-hub:doc-fix-84116
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+21
−190
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
810fde1
gh-140281: Doc: Update free-threading how-to
Krishna-web-hub b9ca059
gh-140281: Doc: Update free-threading how-to
Krishna-web-hub bfbf864
Merge branch 'main' into doc-fix-140281
Krishna-web-hub 16a1c46
Fix trailing whitespace
Krishna-web-hub 639865d
Merge branch 'doc-fix-140281' of https://github.com/Krishna-web-hub/c…
Krishna-web-hub 3f0aa48
doc fixing of the cpython fixes#84116
Krishna-web-hub 343648b
Docs: Document help and aliases for argparse.add_parser() (gh-84116)
Krishna-web-hub 4b07ba3
Docs: Document help and aliases for argparse.add_parser() (gh-84116)
Krishna-web-hub 8bb4bae
Fix trailing whitespace
Krishna-web-hub 3361447
Fix trailing whitespace
Krishna-web-hub 100207d
Fix trailing whitespace
Krishna-web-hub 0f27e63
Fix trailing whitespace
Krishna-web-hub 7e6102a
Fix trailing whitespace
Krishna-web-hub a76954c
Fix trailing whitespace
Krishna-web-hub ac2b754
Fix trailing errors
Krishna-web-hub b08e8ed
Fix trailing errors and spaces
Krishna-web-hub fa1d877
Fix docutils formatting, NEWS ref, and trailing whitespace
Krishna-web-hub e955fb0
Docs: Update argparse.rst and add NEWS entry
Krishna-web-hub 3d4cf26
Delete Doc/howto/free-threading-python.rst
Krishna-web-hub e3af10b
Delete Misc/NEWS.d/next/Documentation/2025-10-25-00-49-43.gh-issue-14…
Krishna-web-hub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Documentation/2025-10-25-14-08-42.gh-issue-84116.lKcoHw.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Document ``help`` and ``aliases`` parameters for | ||
| :meth:`argparse._SubParsersAction.add_parser` in the :mod:`argparse` | ||
| documentation. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why are you deleting this?!
Uh oh!
There was an error while loading. Please reload this page.
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.
Hello @StanFromIreland ,
Because i by mistakenly added the other branch commit in this branch.
please let me raise a new pr for it.I am very sorry for this mistake