]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2020 02:31:18 +0000 (19:31 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 02:31:18 +0000 (19:31 -0700)
commitd5e7348e4105d1d4a1c5bd1087f61041532ecbf3
tree528622c2cf68d2cb173e0feee91fe661c9add432
parent15fec5627ac343afd0bfa1e847746071982d5172
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664)
Lib/argparse.py
Lib/test/test_argparse.py