]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.BooleanOptio...
authorNikita Sobolev <mail@sobolevn.me>
Fri, 19 May 2023 16:44:43 +0000 (19:44 +0300)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 16:44:43 +0000 (16:44 +0000)
commit27a7d5e1cd5b937d5f164fce572d442672f53065
tree8368b91bae233ca347ecc50fe108cfd0f60ef830
parentac56a854b418d35ad3838f3072604227dc718fca
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.BooleanOptionalAction` (#103678)

Co-authored-by: Kirill <80244920+Eclips4@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Doc/whatsnew/3.12.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2023-04-22-12-30-10.gh-issue-92248.NcVTKR.rst [new file with mode: 0644]