]> granicus.if.org Git - python/commit
bpo-38237: Make pow's arguments have more descriptive names and be keyword passable...
authorAmmar Askar <ammar@ammaraskar.com>
Sat, 21 Sep 2019 04:28:49 +0000 (00:28 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Sep 2019 04:28:49 +0000 (21:28 -0700)
commit87d6cd3604e5c83c06339276228139f5e040b0e7
tree8625c8ec9abe6f81b425b742d9a8e0ab2785e4e3
parente267793aa4101b2771ed0e66aaff5743d23f59af
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
Doc/faq/programming.rst
Doc/library/functions.rst
Lib/test/test_builtin.py
Misc/NEWS.d/next/Library/2019-09-20-14-27-17.bpo-38237.xRUZbx.rst [new file with mode: 0644]
Python/bltinmodule.c
Python/clinic/bltinmodule.c.h