diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-06 15:33:32 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-06 15:33:52 (GMT) |
| commit | b092705907c758d4f9742028652c9802f9f03dd3 (patch) | |
| tree | 8e8c378696b7be57fc177723dbd7ee1624943d12 /Doc/reference | |
| parent | 5f01b00deae68c97823d568f863c5d42d959a05f (diff) | |
| download | cpython-3.14.0b1.zip cpython-3.14.0b1.tar.gz cpython-3.14.0b1.tar.bz2 | |
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Doc/reference')
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index ea5b84b..005a768f 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -3346,7 +3346,7 @@ left undefined. argument if the three-argument version of the built-in :func:`pow` function is to be supported. - .. versionchanged:: next + .. versionchanged:: 3.14 Three-argument :func:`pow` now try calling :meth:`~object.__rpow__` if necessary. Previously it was only called in two-argument :func:`!pow` and the binary |
