diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-19 20:59:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-19 20:59:03 (GMT) |
commit | 153c9e493e9850340fd686ab7a6e5c176953abd7 (patch) | |
tree | 5a2d941aa03303c77d291f0c6add9da0ccbc1fd9 /Misc | |
parent | cf615b52750f557d3c1d4fd8ba9142158e369acd (diff) | |
download | cpython-153c9e493e9850340fd686ab7a6e5c176953abd7.zip cpython-153c9e493e9850340fd686ab7a6e5c176953abd7.tar.gz cpython-153c9e493e9850340fd686ab7a6e5c176953abd7.tar.bz2 |
Patch #553171: Add writeback parameter. Also add protocol parameter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -123,6 +123,9 @@ Extension modules 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) |