diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-11-13 20:50:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 20:50:46 (GMT) |
commit | 35010b8cf2e6f5f2791fb336951c518e4f087a43 (patch) | |
tree | 9b517f7109ec67bc65945ec156b6f4b0e709b398 /Misc/NEWS.d/next/Library | |
parent | 12ca7e622ff21ba3b7c90c62be6f6f82d543f25b (diff) | |
download | cpython-35010b8cf2e6f5f2791fb336951c518e4f087a43.zip cpython-35010b8cf2e6f5f2791fb336951c518e4f087a43.tar.gz cpython-35010b8cf2e6f5f2791fb336951c518e4f087a43.tar.bz2 |
gh-126390: Support for preserving order of options and nonoption arguments in gnu_getopt() (GH-126393)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst b/Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst new file mode 100644 index 0000000..3b32bb5 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst @@ -0,0 +1,2 @@ +Add support for returning intermixed options and non-option arguments in +order in :func:`getopt.gnu_getopt`. |