]> granicus.if.org Git - python/commitdiff
SF patch #834444: add versionadd to new functions
authorRaymond Hettinger <python@rcn.com>
Sun, 2 Nov 2003 09:50:56 +0000 (09:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 2 Nov 2003 09:50:56 +0000 (09:50 +0000)
(Contributed by George Yoshida.)

Doc/lib/liboperator.tex

index 5ac1b6d0636bd3c373521d74da30380f4c5764f1..fbe14f541178c4e1f65de49985d7caf1f7946bc7 100644 (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}