commit | 3489cad30af77cb446476cd4c1a908aacc84d9f3 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 05 05:20:42 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 05 05:20:42 2004 +0000 |
tree | 87a371c09b8a6472e4fb70657e526e16647b31c5 | |
parent | 4ebe364277b62785821003a8161a2081618b23a5 [diff] [blame] |
Removed the deprecated bin parameter from the pickle module.
diff --git a/Misc/NEWS b/Misc/NEWS index 4733bfb..235c257 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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.