Skip to content

bpo-39467: allow user to deprecate CLI arguments #18208

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

Closed
wants to merge 1 commit into from

Conversation

4383
Copy link
Contributor

@4383 4383 commented Jan 27, 2020

bpo-39467: allow user to deprecate CLI arguments

Today it's not possible to deprecate CLI arguments designed with argparse, it could be useful to introduce deprecation feature in argparse to allow developers to inform their apps's users when an argument is planed to be removed in the future.

These changes allow developers to deprecate CLI arguments.

https://bugs.python.org/issue39467

@rhettinger rhettinger removed their assignment Dec 29, 2021
@serhiy-storchaka serhiy-storchaka added the stale Stale PR or inactive for long period of time. label Dec 27, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jan 15, 2024
@serhiy-storchaka
Copy link
Member

See also #114086.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants