summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-05 04:55:14 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-05 04:55:14 (GMT)
commit4ebe364277b62785821003a8161a2081618b23a5 (patch)
tree0bf78ac97b947bdb06dd2aaee3e67cebb52fa0a2 /Misc
parent1bc82f891c2ed0c4b062158d2c8339fb90406395 (diff)
downloadcpython-4ebe364277b62785821003a8161a2081618b23a5.zip
cpython-4ebe364277b62785821003a8161a2081618b23a5.tar.gz
cpython-4ebe364277b62785821003a8161a2081618b23a5.tar.bz2
Remove the deprecated statcache module.
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 ee0e03a..4733bfb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
+- the depecated statcache module was removed.
+
- the shelve module no longer uses the deprecated binary parameter.
- the pstats module no longer uses the deprecated ignore() method.