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-44072: fix Complex, Integral docs for ** #25986

Merged
merged 2 commits into from May 14, 2021
Merged

bpo-44072: fix Complex, Integral docs for ** #25986

merged 2 commits into from May 14, 2021

Conversation

roryyorke
Copy link
Contributor

@roryyorke roryyorke commented May 8, 2021

** is added in numbers.Complex, not numbers.Integral. Updated Doc/library/numbers.rst and docstrings in Lib/numbers.py.

https://bugs.python.org/issue44072

@the-knights-who-say-ni

This comment has been minimized.

@terryjreedy terryjreedy changed the title bpo-44072: fix numbers.Complex, numbers.Integral docs for ** bpo-44072: fix Complex, Integral docs for ** May 14, 2021
@terryjreedy
Copy link
Member

terryjreedy commented May 14, 2021

FAilure is test_asyncio again

@terryjreedy terryjreedy merged commit 4aa63d6 into python:main May 14, 2021
11 of 12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented May 14, 2021

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 14, 2021
In numbers module docstrings and docs.
(cherry picked from commit 4aa63d6)

Co-authored-by: Rory Yorke <rory.yorke@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented May 14, 2021

GH-26139 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 May 14, 2021
In numbers module docstrings and docs.
(cherry picked from commit 4aa63d6)

Co-authored-by: Rory Yorke <rory.yorke@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented May 14, 2021

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

miss-islington added a commit that referenced this pull request May 14, 2021
In numbers module docstrings and docs.
(cherry picked from commit 4aa63d6)

Co-authored-by: Rory Yorke <rory.yorke@gmail.com>
miss-islington added a commit that referenced this pull request May 14, 2021
In numbers module docstrings and docs.
(cherry picked from commit 4aa63d6)

Co-authored-by: Rory Yorke <rory.yorke@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants