GH-101599: Update docs to remove redundant option in argparse tutorial#124025
Merged
hugovk merged 2 commits intopython:mainfrom Sep 13, 2024
Merged
GH-101599: Update docs to remove redundant option in argparse tutorial#124025hugovk merged 2 commits intopython:mainfrom
hugovk merged 2 commits intopython:mainfrom
Conversation
Member
Author
|
@hugovk or @serhiy-storchaka, perhaps one of you could have a look since you were both active on the PR (or on the issue #101599 (comment)) that changed this behaviour? |
Member
|
Nice catch, thank you! |
|
Thanks @savannahostrowski for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Thanks @savannahostrowski for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 13, 2024
…utorial (pythonGH-124025) (cherry picked from commit e5b0185) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Sep 13, 2024
…utorial (pythonGH-124025) (cherry picked from commit e5b0185) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
|
GH-124036 is a backport of this pull request to the 3.12 branch. |
|
GH-124037 is a backport of this pull request to the 3.13 branch. |
Member
|
The change went into 3.13 (#103372), so no need to backport to 3.12. |
Yhg1s
pushed a commit
that referenced
this pull request
Sep 24, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates docs to reflect updates made in #103372. I discovered this as a duplicate while closing out on #77570. I've also skimmed through the argparse docs and tutorial for other instances where this may need to be updated. This appears to be the only instance that needed to be updated.
argparsePrints options per flag name when only once is necessary #101599📚 Documentation preview 📚: https://cpython-previews--124025.org.readthedocs.build/