]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Aug 2019 21:30:49 +0000 (14:30 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 25 Aug 2019 21:30:49 +0000 (00:30 +0300)
commit31ea447ffe591736af1d7a3178c0f7ca3eb50d70
tree805a0008da12afe57497eae7c98c15680326099e
parentf2b468dd6d0bdbe2e87c0ca7515800a115e95e54
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976)

Co-authored-by: Andrew Nester <andrew.nester.dev@gmail.com>
Co-authored-by: Flavian Hautbois <flavianh@sicara.com>
(cherry picked from commit da27d9b9dc44913ffee8f28d9638985eaaa03755)
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2019-07-27-10-14-45.bpo-29553.TVeIDe.rst [new file with mode: 0644]