summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-04-19 20:59:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-04-19 20:59:03 (GMT)
commit153c9e493e9850340fd686ab7a6e5c176953abd7 (patch)
tree5a2d941aa03303c77d291f0c6add9da0ccbc1fd9 /Misc
parentcf615b52750f557d3c1d4fd8ba9142158e369acd (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a637100..05f9ac6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)