summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-11-13 20:50:46 (GMT)
committerGitHub <noreply@github.com>2024-11-13 20:50:46 (GMT)
commit35010b8cf2e6f5f2791fb336951c518e4f087a43 (patch)
tree9b517f7109ec67bc65945ec156b6f4b0e709b398 /Misc/NEWS.d/next/Library
parent12ca7e622ff21ba3b7c90c62be6f6f82d543f25b (diff)
downloadcpython-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.rst2
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`.