Skip to content

[3.8] bpo-38237: Fix "versionchanged" for pow named arguments (GH-19042) #19079

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

Merged
merged 1 commit into from
Mar 19, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 19, 2020

The ability to use named arguments in "pow" was introduced in Python 3.8, not Python 3.9. See https://bugs.python.org/issue38237
(cherry picked from commit c691f20)

Co-authored-by: Mark Dickinson [email protected]

https://bugs.python.org/issue38237

The ability to use named arguments in "pow" was introduced in Python 3.8, not Python 3.9. See https://bugs.python.org/issue38237
(cherry picked from commit c691f20)

Co-authored-by: Mark Dickinson <[email protected]>
@bedevere-bot bedevere-bot added skip news docs Documentation in the Doc dir awaiting review labels Mar 19, 2020
@mdickinson mdickinson changed the title [3.8] Fix "versionchanged" for pow named arguments (GH-19042) [3.8] bpo-38237: Fix "versionchanged" for pow named arguments (GH-19042) Mar 19, 2020
@mdickinson
Copy link
Member

I'm not sure why @bedevere-bot sometimes fails to include the b.p.o. number in the backported PR title. I added it manually.

@miss-islington
Copy link
Contributor Author

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

@mdickinson mdickinson merged commit 2477aed into python:3.8 Mar 19, 2020
@miss-islington miss-islington deleted the backport-c691f20-3.8 branch March 19, 2020 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants