]> granicus.if.org Git - python/commit
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
authorAdam J. Stewart <ajstewart426@gmail.com>
Mon, 7 Oct 2019 02:08:48 +0000 (21:08 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Oct 2019 02:08:48 +0000 (19:08 -0700)
commit9e71917e0290972f65711f75510078f799cf0b59
tree3529f4d478c896a3b03b2c32d22672a76ec7f121
parent24ddd9c2d6ab61cbce7e68d6de36d4df9bd2c3fb
 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)

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

https://bugs.python.org/issue26510

Automerge-Triggered-By: @merwok
Doc/library/argparse.rst
Doc/whatsnew/3.7.rst