mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
Add versionadded for operator.pow
This commit is contained in:
parent
017778332f
commit
11b795cd0f
@ -134,6 +134,7 @@ Return \var{o} positive.
|
||||
\begin{funcdesc}{pow}{a, b}
|
||||
\funcline{__pow__}{a, b}
|
||||
Return \var{a} \code{**} \var{b}, for \var{a} and \var{b} numbers.
|
||||
\versionadded{2.3}
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{rshift}{a, b}
|
||||
|
Loading…
Reference in New Issue
Block a user