[Python-checkins] python/dist/src/Lib pstats.py,1.30,1.31

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


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

Modified Files:
	pstats.py 
Log Message:
Removed deprecated method from pstats.

Index: pstats.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pstats.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- pstats.py	12 Feb 2004 17:35:07 -0000	1.30
+++ pstats.py	5 Dec 2004 03:27:59 -0000	1.31
@@ -416,10 +416,6 @@
             print f8(ct/cc),
         print func_std_string(func)
 
-    def ignore(self):
-        # Deprecated since 1.5.1 -- see the docs.
-        pass # has no return value, so use at end of line :-)
-
 class TupleComp:
     """This class provides a generic function for comparing any two tuples.
     Each instance records a list of tuple-indices (from most significant



More information about the Python-checkins mailing list