From 83c187460ead750da62b5837512492332e3ad75a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 2 Nov 2003 09:50:56 +0000 Subject: SF patch #834444: add versionadd to new functions (Contributed by George Yoshida.) --- Doc/lib/liboperator.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/liboperator.tex b/Doc/lib/liboperator.tex index 5ac1b6d..fbe14f5 100644 --- a/Doc/lib/liboperator.tex +++ b/Doc/lib/liboperator.tex @@ -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} -- cgit v0.12