]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#117047)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 13 Apr 2024 14:56:56 +0000 (17:56 +0300)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2024 14:56:56 +0000 (08:56 -0600)
commit56ed979d049846cfa6ec1dbb7ffe423f484d5182
tree4809a2155ea23a6079a9f11bcb5016f753668304
parent022ba6d161138fbe02bcb83b7e667567f2673b0a
gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#117047)
Doc/library/webbrowser.rst
Lib/test/test_webbrowser.py
Lib/webbrowser.py
Misc/NEWS.d/next/Library/2024-03-20-00-11-39.gh-issue-68583.mIlxxb.rst [new file with mode: 0644]