summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-05 03:58:17 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-05 03:58:17 (GMT)
commit1bc82f891c2ed0c4b062158d2c8339fb90406395 (patch)
treef2c67a20e814bafd37095e650157261d02e654d7 /Misc
parent7cf9ce24409efb70efde08e350a4170dc98008a1 (diff)
downloadcpython-1bc82f891c2ed0c4b062158d2c8339fb90406395.zip
cpython-1bc82f891c2ed0c4b062158d2c8339fb90406395.tar.gz
cpython-1bc82f891c2ed0c4b062158d2c8339fb90406395.tar.bz2
Removed deprecated method arguments from the shelve 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 707429b..ee0e03a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
+- the shelve module no longer uses the deprecated binary parameter.
+
- the pstats module no longer uses the deprecated ignore() method.
- the filecmp module no longer uses the deprecated use_statcache argument.