commit | 153c9e493e9850340fd686ab7a6e5c176953abd7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 19 20:59:03 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 19 20:59:03 2003 +0000 |
tree | 5a2d941aa03303c77d291f0c6add9da0ccbc1fd9 | |
parent | cf615b52750f557d3c1d4fd8ba9142158e369acd [diff] [blame] |
Patch #553171: Add writeback parameter. Also add protocol parameter.
diff --git a/Misc/NEWS b/Misc/NEWS index a637100..05f9ac6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -123,6 +123,9 @@ Library ------- +- shelve now supports the optional writeback argument, and exposes + pickle protocol versions. + - Several methods of nntplib.NNTP have grown an optional file argument which specifies a file where to divert the command's output (already supported by the body() method). (SF patch #720468)