]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126374: Add support of options with optional arguments in the getopt module (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Nov 2024 16:29:28 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2024 16:29:28 +0000 (18:29 +0200)
commit25aee21aa84061b5d8e08247c8581da1459f37e8
treef00ac796f4fde69212091e8c196c867e9b397303
parent79805d228440814c0674ab5190ef17f235503d2e
gh-126374: Add support of options with optional arguments in the getopt module (GH-126375)
Doc/library/getopt.rst
Doc/whatsnew/3.14.rst
Lib/getopt.py
Lib/test/test_getopt.py
Misc/NEWS.d/next/Library/2024-11-03-23-25-07.gh-issue-126374.Xu_THP.rst [new file with mode: 0644]