]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40527: Fix command line argument parsing (GH-19955)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 May 2020 13:43:09 +0000 (06:43 -0700)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 13:43:09 +0000 (06:43 -0700)
commitbce4ddafdd188cc6deb1584728b67b9e149ca6a4
tree1d8aa1504c397e86ba73b8ea7d2f410bea9ab275
parenta32587a60da5939a3932bb30432d2bdd3d6203d4
bpo-40527: Fix command line argument parsing (GH-19955)

(cherry picked from commit 2668a9a5aa506a048aef7b4881c8dcf6b81c6870)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core and Builtins/2020-05-06-14-52-35.bpo-40527.gTNKuy.rst [new file with mode: 0644]
Python/getopt.c