[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.103,1.104
fdrake@sourceforge.net
fdrake@sourceforge.net
2002年4月17日 05:54:07 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22379/lib
Modified Files:
libfuncs.tex
Log Message:
Add a version annotation for the help() function.
Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** libfuncs.tex 3 Apr 2002 22:41:50 -0000 1.103
--- libfuncs.tex 17 Apr 2002 12:54:04 -0000 1.104
***************
*** 426,429 ****
--- 426,430 ----
help page is printed on the console. If the argument is any other
kind of object, a help page on the object is generated.
+ \versionadded{2.2}
\end{funcdesc}