]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37880: for argparse add_argument with action='store_const', const now defaults...
authorJack DeVries <58614260+jdevries3133@users.noreply.github.com>
Sat, 31 Jul 2021 16:27:55 +0000 (12:27 -0400)
committerGitHub <noreply@github.com>
Sat, 31 Jul 2021 16:27:55 +0000 (17:27 +0100)
commit0ad173249d287794d53e6a1fe2d58bb2adee2276
tree29c7cf367e7407d308b692a86c202a445c74559f
parent1cf8424a62db38a041d421a46618e025bbb87f89
bpo-37880: for argparse add_argument with action='store_const', const now defaults to None. (GH-26707)
Doc/library/argparse.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2021-06-13-00-16-56.bpo-37880.5bTrkw.rst [new file with mode: 0644]