]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:14:49 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 02:14:49 +0000 (19:14 -0700)
commit50b8d579421e621130806e62d6108f5f83d4be7f
tree479e2d8aead0df503559528acc4349c6f33e69d8
parentb40442ba88fec5e64ab1802ce37df0afec59fa53
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