]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Sep 2019 08:22:29 +0000 (01:22 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 21 Sep 2019 08:22:29 +0000 (01:22 -0700)
commit37bc93552375cb1bc616927b5c1905bae3c0e99d
treeae8f115f589df2e475117329dcaec70591b1b023
parent865bb685a67798eb98dcf5f3a852e08c77792998
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)

Backported with release manager approval
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