]> granicus.if.org Git - python/commit
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Oct 2019 02:15:44 +0000 (19:15 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 02:15:44 +0000 (19:15 -0700)
commitf19b4d7474973236e63d3d8260bfb8072acfff9d
tree9dd7356bbef2c95deb7bbc2e5c3965c76a7f7e87
parentce3c913909746aa1d782ed8bca5076a656422931
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)

The `required` argument to `argparse.add_subparsers` was added in GH-3027. This PR specifies the earliest version of Python where it is available.

https://bugs.python.org/issue26510

Automerge-Triggered-By: @merwok
(cherry picked from commit 9e71917e0290972f65711f75510078f799cf0b59)

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Doc/library/argparse.rst
Doc/whatsnew/3.7.rst