Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) #16608

Merged
merged 1 commit into from Oct 7, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 7, 2019

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 9e71917)

Co-authored-by: Adam J. Stewart ajstewart426@gmail.com

https://bugs.python.org/issue26510

Automerge-Triggered-By: @merwok

…honGH-16588)

The `required` argument to `argparse.add_subparsers` was added in pythonGH-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 9e71917)

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
@bedevere-bot bedevere-bot added skip news docs Documentation in the Doc dir awaiting review labels Oct 7, 2019
@merwok merwok added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Oct 7, 2019
merwok
merwok approved these changes Oct 7, 2019
@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 7, 2019

@adamjstewart: Status check is done, and it's a success .

@miss-islington miss-islington merged commit f19b4d7 into python:3.8 Oct 7, 2019
5 checks passed
@miss-islington miss-islington deleted the backport-9e71917-3.8 branch Oct 7, 2019
Labels
docs Documentation in the Doc dir 🤖 automerge PR will be merged once it's been approved and all CI passed skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants