[Python-checkins] python/dist/src/Doc/lib libprofile.tex,1.48,1.49

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 5 04:28:01 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27001/Doc/lib

Modified Files:
	libprofile.tex 
Log Message:
Removed deprecated method from pstats.

Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- libprofile.tex	7 Nov 2004 06:18:37 -0000	1.48
+++ libprofile.tex	5 Dec 2004 03:27:59 -0000	1.49
@@ -525,14 +525,6 @@
 ordering are identical to the \method{print_callers()} method.
 \end{methoddesc}
 
-\begin{methoddesc}[Stats]{ignore}{}
-\deprecated{1.5.1}{This is not needed in modern versions of
-Python.\footnote{
-  This was once necessary, when Python would print any unused expression
-  result that was not \code{None}.  The method is still defined for
-  backward compatibility.}}
-\end{methoddesc}
-
 
 \section{Limitations \label{profile-limits}}
 



More information about the Python-checkins mailing list