summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-12-05 05:20:42 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-12-05 05:20:42 (GMT)
commit3489cad30af77cb446476cd4c1a908aacc84d9f3 (patch)
tree87a371c09b8a6472e4fb70657e526e16647b31c5 /Misc
parent4ebe364277b62785821003a8161a2081618b23a5 (diff)
downloadcpython-3489cad30af77cb446476cd4c1a908aacc84d9f3.zip
cpython-3489cad30af77cb446476cd4c1a908aacc84d9f3.tar.gz
cpython-3489cad30af77cb446476cd4c1a908aacc84d9f3.tar.bz2
Removed the deprecated bin parameter from the pickle 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 4733bfb..235c257 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
+- the pickle module no longer uses the deprecated bin parameter.
+
- the depecated statcache module was removed.
- the shelve module no longer uses the deprecated binary parameter.