Kaydet (Commit) 11b795cd authored tarafından Neal Norwitz's avatar Neal Norwitz

Add versionadded for operator.pow

üst 01777833
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment