diff options
author | Raymond Hettinger <python@rcn.com> | 2004-12-05 03:58:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-12-05 03:58:17 (GMT) |
commit | 1bc82f891c2ed0c4b062158d2c8339fb90406395 (patch) | |
tree | f2c67a20e814bafd37095e650157261d02e654d7 /Misc | |
parent | 7cf9ce24409efb70efde08e350a4170dc98008a1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |