]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Feb 2024 17:20:00 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 17:20:00 +0000 (19:20 +0200)
commite47ecbd0420528f1f9f282d9e7acfcf586a4caa1
tree27d644460e8841dec5b7b543ee033a065b1cf214
parent872cc9957a9c8b971448e7377fad865f351da6c9
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180)
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2023-04-02-21-20-35.gh-issue-60346.7mjgua.rst [new file with mode: 0644]