]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126390: Support for preserving order of options and nonoption arguments in gnu_get...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Nov 2024 20:50:46 +0000 (22:50 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 20:50:46 +0000 (22:50 +0200)
commit35010b8cf2e6f5f2791fb336951c518e4f087a43
tree9b517f7109ec67bc65945ec156b6f4b0e709b398
parent12ca7e622ff21ba3b7c90c62be6f6f82d543f25b
gh-126390: Support for preserving order of options and nonoption arguments in gnu_getopt() (GH-126393)
Doc/library/getopt.rst
Doc/whatsnew/3.14.rst
Lib/getopt.py
Lib/test/test_getopt.py
Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst [new file with mode: 0644]