]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix "versionchanged" for pow named arguments (GH-19042)
authorMark Dickinson <mdickinson@enthought.com>
Thu, 19 Mar 2020 18:12:59 +0000 (18:12 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 18:12:59 +0000 (18:12 +0000)
commitc691f209523e20797c7b696c3f171b37429f5b3f
tree6b7ac136ce1aaab625e0638e5543a4c96574a37f
parent13397ee47d23fda2e8d4bef40c1df986457673d1
Fix "versionchanged" for pow named arguments (GH-19042)

The ability to use named arguments in "pow" was introduced in Python 3.8, not Python 3.9. See https://bugs.python.org/issue38237
Doc/library/functions.rst