We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As indicated in the what's new of python3.14, Remove the type, choices, and metavar parameters of argparse. https://docs.python.org/3.14/whatsnew/3.14.html#id1
But these arguments are still present in the documentation: https://docs.python.org/3.14/library/argparse.html#type
i guess they should be removed.
The text was updated successfully, but these errors were encountered:
They were only removed for action=BooleanOptionalAction, not in general. But I don't see that documented for BooleanOptionalAction.
action=BooleanOptionalAction
BooleanOptionalAction
Sorry, something went wrong.
Linking #118805 for context
Indeed, I didn't fully understand the documentation! My bad. Thank your for your quick response.
No branches or pull requests
Documentation
As indicated in the what's new of python3.14, Remove the type, choices, and metavar parameters of argparse.
https://docs.python.org/3.14/whatsnew/3.14.html#id1
But these arguments are still present in the documentation:
https://docs.python.org/3.14/library/argparse.html#type
i guess they should be removed.
The text was updated successfully, but these errors were encountered: