commit | 1bc82f891c2ed0c4b062158d2c8339fb90406395 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Dec 05 03:58:17 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Dec 05 03:58:17 2004 +0000 |
tree | f2c67a20e814bafd37095e650157261d02e654d7 | |
parent | 7cf9ce24409efb70efde08e350a4170dc98008a1 [diff] [blame] |
Removed deprecated method arguments from the shelve module.
diff --git a/Misc/NEWS b/Misc/NEWS index 707429b..ee0e03a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,8 @@ 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.