]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument...
authorYeojin Kim <yeojin.dev@gmail.com>
Sun, 5 Mar 2023 14:54:33 +0000 (23:54 +0900)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2023 14:54:33 +0000 (06:54 -0800)
commit9a478be1a4314734c697dda7a7b0e633a6fb0751
tree986651952792d98fb25100abb22b4f4c3615ba0c
parent66aa78cbe604a7c5731f074b869f92174a8e3b64
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (#102318)
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2023-02-28-09-52-25.gh-issue-101979.or3hXV.rst [new file with mode: 0644]