diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-05 05:20:42 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-05 05:20:42 (GMT) |
commit | 3489cad30af77cb446476cd4c1a908aacc84d9f3 (patch) | |
tree | 87a371c09b8a6472e4fb70657e526e16647b31c5 /Misc | |
parent | 4ebe364277b62785821003a8161a2081618b23a5 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |