-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-38237: Make pow's arguments have more descriptive names and be keyword passable #16302
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
Conversation
|
This looks good :-) I'll go through it in more detail shortly. |
|
@ammaraskar: Status check is done, and it's a success ✅ . |
| mod: object = None | ||
| Equivalent to x**y (with two arguments) or x**y % z (with three arguments) | ||
| Equivalent to base**exp (with two arguments) or base**exp % mod (with three arguments) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is too long.
|
Thanks @ammaraskar for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-16320 is a backport of this pull request to the 3.8 branch. |
…yword passable (pythonGH-16302) Edit: `math.pow` changes removed on Mark's request. https://bugs.python.org/issue38237 Automerge-Triggered-By: @rhettinger (cherry picked from commit 87d6cd3) Co-authored-by: Ammar Askar <[email protected]>
Edit:
math.powchanges removed on Mark's request.https://bugs.python.org/issue38237
Automerge-Triggered-By: @rhettinger