Browse Source
bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302)
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: @rhettingerpull/16322/head
committed by
Miss Islington (bot)
6 changed files with 73 additions and 49 deletions
-
25Doc/faq/programming.rst
-
24Doc/library/functions.rst
-
13Lib/test/test_builtin.py
-
2Misc/NEWS.d/next/Library/2019-09-20-14-27-17.bpo-38237.xRUZbx.rst
-
16Python/bltinmodule.c
-
42Python/clinic/bltinmodule.c.h
@ -0,0 +1,2 @@ |
|||
The arguments for the builtin pow function are more descriptive. They can now |
|||
also be passed in as keywords. |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue