Commit 83c18746 authored by Raymond Hettinger's avatar Raymond Hettinger

SF patch #834444: add versionadd to new functions

(Contributed by George Yoshida.)
parent cc523fc5
......@@ -66,10 +66,12 @@ constructor.
\begin{funcdesc}{is_}{a, b}
Return \code{\var{a} is \var{b}}. Tests object identity.
\versionadded{2.3}
\end{funcdesc}
\begin{funcdesc}{is_not}{a, b}
Return \code{\var{a} is not \var{b}}. Tests object identity.
\versionadded{2.3}
\end{funcdesc}
......
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