diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-02-19 17:20:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 17:20:00 (GMT) |
commit | e47ecbd0420528f1f9f282d9e7acfcf586a4caa1 (patch) | |
tree | 27d644460e8841dec5b7b543ee033a065b1cf214 /Misc | |
parent | 872cc9957a9c8b971448e7377fad865f351da6c9 (diff) | |
download | cpython-e47ecbd0420528f1f9f282d9e7acfcf586a4caa1.zip cpython-e47ecbd0420528f1f9f282d9e7acfcf586a4caa1.tar.gz cpython-e47ecbd0420528f1f9f282d9e7acfcf586a4caa1.tar.bz2 |
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-02-21-20-35.gh-issue-60346.7mjgua.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-02-21-20-35.gh-issue-60346.7mjgua.rst b/Misc/NEWS.d/next/Library/2023-04-02-21-20-35.gh-issue-60346.7mjgua.rst new file mode 100644 index 0000000..c15bd6e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-02-21-20-35.gh-issue-60346.7mjgua.rst @@ -0,0 +1 @@ +Fix ArgumentParser inconsistent with parse_known_args. |