]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40527: Fix command line argument parsing (GH-19955)
authorVictor Stinner <vstinner@python.org>
Wed, 6 May 2020 13:22:17 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 13:22:17 +0000 (22:22 +0900)
commit2668a9a5aa506a048aef7b4881c8dcf6b81c6870
tree114505d2feded932eae50177d9a705269784762d
parenteff870b618ca6f6b7a60a271f15af7e54b8a1b97
bpo-40527: Fix command line argument parsing (GH-19955)
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