You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, after conflict_handler and argument_default have been documented, we can deprecate prefix_chars. @savannahostrowski, are you interesting? We should just add a runtime warning in the _ArgumentGroup constructor, test, and documentation (the deprecated instruction and something in What's New).
Now, after
conflict_handler
andargument_default
have been documented, we can deprecateprefix_chars
. @savannahostrowski, are you interesting? We should just add a runtime warning in the_ArgumentGroup
constructor, test, and documentation (thedeprecated
instruction and something in What's New).Originally posted by @serhiy-storchaka in #89819 (comment)
https://docs.python.org/3/library/argparse.html#argument-groups
Linked PRs
prefix_chars
inArgumentParser.add_argument_group
#125563The text was updated successfully, but these errors were encountered: