Skip to content

bpo-44344: Document that pow can return a complex number #27853

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 2 commits into from
Oct 21, 2021

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Aug 20, 2021

This PR adds a note to the documentation for the built-in pow function to explain that complex results from non-complex inputs are possible.

https://bugs.python.org/issue44344

@bedevere-bot bedevere-bot added awaiting core review docs Documentation in the Doc dir labels Aug 20, 2021
@mdickinson mdickinson added skip news docs Documentation in the Doc dir and removed docs Documentation in the Doc dir labels Aug 20, 2021
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Sep 20, 2021
@ambv ambv merged commit 887a557 into python:main Oct 21, 2021
@ambv ambv added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Oct 21, 2021
@miss-islington
Copy link
Contributor

Thanks @mdickinson for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @mdickinson for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-29134 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Oct 21, 2021
@bedevere-bot
Copy link

GH-29135 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 21, 2021
…lex inputs. (pythonGH-27853)

Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit 887a557)

Co-authored-by: Mark Dickinson <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 21, 2021
…lex inputs. (pythonGH-27853)

Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit 887a557)

Co-authored-by: Mark Dickinson <[email protected]>
ambv pushed a commit that referenced this pull request Oct 21, 2021
…lex inputs. (GH-27853) (GH-29135)

Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit 887a557)

Co-authored-by: Mark Dickinson <[email protected]>
ambv pushed a commit that referenced this pull request Oct 21, 2021
…lex inputs. (GH-27853) (GH-29134)

Co-authored-by: Łukasz Langa <[email protected]>
(cherry picked from commit 887a557)

Co-authored-by: Mark Dickinson <[email protected]>
@mdickinson mdickinson deleted the bpo-44344 branch March 5, 2023 10:34
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 stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants