diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-11-11 16:29:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 16:29:28 (GMT) |
commit | 25aee21aa84061b5d8e08247c8581da1459f37e8 (patch) | |
tree | f00ac796f4fde69212091e8c196c867e9b397303 /Misc/NEWS.d/next/Library | |
parent | 79805d228440814c0674ab5190ef17f235503d2e (diff) | |
download | cpython-25aee21aa84061b5d8e08247c8581da1459f37e8.zip cpython-25aee21aa84061b5d8e08247c8581da1459f37e8.tar.gz cpython-25aee21aa84061b5d8e08247c8581da1459f37e8.tar.bz2 |
gh-126374: Add support of options with optional arguments in the getopt module (GH-126375)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-03-23-25-07.gh-issue-126374.Xu_THP.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-03-23-25-07.gh-issue-126374.Xu_THP.rst b/Misc/NEWS.d/next/Library/2024-11-03-23-25-07.gh-issue-126374.Xu_THP.rst new file mode 100644 index 0000000..ad7ecfb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-03-23-25-07.gh-issue-126374.Xu_THP.rst @@ -0,0 +1 @@ +Add support for options with optional arguments in the :mod:`getopt` module. |