gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group#125563
Merged
serhiy-storchaka merged 13 commits intopython:mainfrom Oct 17, 2024
Merged
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group#125563serhiy-storchaka merged 13 commits intopython:mainfrom
prefix_chars in ArgumentParser.add_argument_group#125563serhiy-storchaka merged 13 commits intopython:mainfrom
Conversation
prefix_chars in ArgumentParser.add_argument_groupprefix_chars in ArgumentParser.add_argument_group
Member
Author
|
@serhiy-storchaka I wasn't sure if this should be considered more of a soft deprecation (targeting slated removal in 3.16 or similar) since I'm not really changing logic here to ignore this parameter/throw an error. Interested to hear your thoughts! |
Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst
Outdated
Show resolved
Hide resolved
Member
Author
|
It looks like using |
Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst
Outdated
Show resolved
Hide resolved
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this pull request
Jan 12, 2025
donbarbos
added a commit
to donbarbos/typeshed
that referenced
this pull request
Jul 18, 2025
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.
📚 Documentation preview 📚: https://cpython-previews--125563.org.readthedocs.build/
prefix_charsinargument_group#125542