SF patch #834444: add versionadd to new functions

(Contributed by George Yoshida.)
This commit is contained in:
Raymond Hettinger
2003-11-02 09:52:38 +00:00
parent 0c857d8ce8
commit ee29c74fd9

View File

@@ -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}