mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add versionadded for operator.pow
This commit is contained in:
parent
017778332f
commit
11b795cd0f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue