[Python-checkins] python/dist/src/Misc NEWS,1.1199,1.1200

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


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

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

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1199
retrieving revision 1.1200
diff -u -d -r1.1199 -r1.1200
--- NEWS	5 Dec 2004 01:58:09 -0000	1.1199
+++ NEWS	5 Dec 2004 03:28:00 -0000	1.1200
@@ -21,6 +21,8 @@
 Library
 -------
 
+- the pstats module no longer uses the deprecated ignore() method.
+
 - the filecmp module no longer uses the deprecated use_statcache argument.
 
 - unittest.TestCase.run() and unittest.TestSuite.run() can now be successfully



More information about the Python-checkins mailing list