mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302)
Edit: `math.pow` changes removed on Mark's request. https://bugs.python.org/issue38237 Automerge-Triggered-By: @rhettinger
This commit is contained in:
parent
e267793aa4
commit
87d6cd3604
6 changed files with 72 additions and 48 deletions
|
|
@ -0,0 +1,2 @@
|
|||
The arguments for the builtin pow function are more descriptive. They can now
|
||||
also be passed in as keywords.
|
||||
Loading…
Add table
Add a link
Reference in a new issue