The Wayback Machine - https://web.archive.org/web/20211027155055/https://github.com/python/cpython/pull/27853
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

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

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

@github-actions
Copy link

@github-actions github-actions bot commented Sep 20, 2021

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

@github-actions github-actions bot added the stale label Sep 20, 2021
@ambv ambv merged commit 887a557 into python:main Oct 21, 2021
12 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 21, 2021

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

@miss-islington miss-islington commented Oct 21, 2021

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

@bedevere-bot bedevere-bot commented Oct 21, 2021

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

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Oct 21, 2021

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

miss-islington added a commit to miss-islington/cpython that referenced this issue 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 added a commit to miss-islington/cpython that referenced this issue 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 issue 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 issue 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants