]> 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)
committerNed Deily <nad@python.org>
Mon, 14 Oct 2019 20:53:27 +0000 (16:53 -0400)
commitf168c17b075b4103eaf1f619acd3bca3890fbac7
tree972ba97a4b8f711b5b80d1e77ddb73f53e64b3b8
parent6eb554583218cda9a145982a41c30612968a942f
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