summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libprofile.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-05 03:28:00 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-05 03:28:00 (GMT)
commit6c92d76abc730ca7a77da3c7a8627192f7ac3add (patch)
treeeb9204ebcf1f3c2640e292c0d04c3ea7ef98e061 /Doc/lib/libprofile.tex
parentf3fa9460dee3a11f862bd43fb7e4a70e994363e6 (diff)
downloadcpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.zip
cpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.tar.gz
cpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.tar.bz2
Removed deprecated method from pstats.
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r--Doc/lib/libprofile.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index 10cff84..1f87632 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -525,14 +525,6 @@ of direction of calls (re: called vs was called by), the arguments and
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}}