-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
bpo-24444: fix an error in argparse help when help for an option is blank #28050
bpo-24444: fix an error in argparse help when help for an option is blank #28050
Conversation
This PR is stale because it has been open for 30 days with no activity. |
…lank (pythonGH-28050) (cherry picked from commit 6fafc25) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
GH-28931 is a backport of this pull request to the 3.10 branch. |
…lank (pythonGH-28050) (cherry picked from commit 6fafc25) Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
GH-28932 is a backport of this pull request to the 3.9 branch. |
|
I think it may be good to fix this because cmd-line help is more likely to be forgotten in testing and so a program may be distributed to users with one of these two bugs that break cmd line help and so make it unusable.
https://bugs.python.org/issue24444