summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
parentf3fa9460dee3a11f862bd43fb7e4a70e994363e6 (diff)
downloadcpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.zip
cpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.tar.gz
cpython-6c92d76abc730ca7a77da3c7a8627192f7ac3add.tar.bz2
Removed deprecated method from pstats.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63c89d2..707429b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
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