Skip to content

Commit c691f20

Browse files
authored
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
1 parent 13397ee commit c691f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ are always available. They are listed here in alphabetical order.
13111311
the second argument to be negative, permitting computation of modular
13121312
inverses.
13131313

1314-
.. versionchanged:: 3.9
1314+
.. versionchanged:: 3.8
13151315
Allow keyword arguments. Formerly, only positional arguments were
13161316
supported.
13171317

0 commit comments

Comments
 (0)