[Python-checkins] python/dist/src/Doc/lib liboperator.tex, 1.27, 1.28

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Nov 2 04:50:58 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv2858

Modified Files:
	liboperator.tex 
Log Message:
SF patch #834444:  add versionadd to new functions
(Contributed by George Yoshida.)



Index: liboperator.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liboperator.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** liboperator.tex	21 Feb 2003 05:42:13 -0000	1.27
--- liboperator.tex	2 Nov 2003 09:50:56 -0000	1.28
***************
*** 67,74 ****
--- 67,76 ----
  \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}
  





More information about the Python-checkins mailing list