]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80448: argparse: Fix IndexError on store_true action (#15656)
authorHai Shi <shihai1992@gmail.com>
Sat, 12 Nov 2022 01:51:38 +0000 (09:51 +0800)
committerGitHub <noreply@github.com>
Sat, 12 Nov 2022 01:51:38 +0000 (17:51 -0800)
commite02cc6d42aee1f0a9ee629f76576eee478224d9d
tree875e7b8c34c520747b940c01226216d581caf518
parent7f3a4b967cfb1596a3fda6c34f900f8586b16700
gh-80448: argparse: Fix IndexError on store_true action (#15656)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2019-09-03-15-45-19.bpo-36267.z42Ex7.rst [new file with mode: 0644]