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