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

gh-89381: Fix invalid signatures of math/cmath.log #101404

Merged
merged 3 commits into from Jan 29, 2023

Conversation

skirpichev
Copy link
Contributor

@skirpichev skirpichev commented Jan 29, 2023

@skirpichev
Copy link
Contributor Author

skirpichev commented Jan 29, 2023

Probably, changes in the math.rst could be reverted too (like 1efcf49 does) reworded like "If the base is not specified returns the natural logarithm (base e) of x.".

BTW, I would appreciate Raymond's review too.

@mdickinson
Copy link
Member

Yes, I'd suggest losing the or is None in the math.rst, too. Other than that, this LGTM.

Doc/library/math.rst Outdated Show resolved Hide resolved
Copy link
Member

@mdickinson mdickinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@skirpichev
Copy link
Contributor Author

Thanks for review and I'm sorry for the closed pr.

Copy link
Contributor

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for sticking with this!

@hauntsaninja hauntsaninja merged commit 0ef92d9 into python:main Jan 29, 2023
17 checks passed
@skirpichev skirpichev deleted the fix-89381 branch Jan 29, 2023
mdboom pushed a commit to mdboom/cpython that referenced this pull request Jan 31, 2023
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

4 participants