[Python-checkins] python/dist/src/Misc NEWS,1.736,1.737

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 19 Apr 2003 13:59:05 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv7812/Misc

Modified Files:
	NEWS 
Log Message:
Patch #553171: Add writeback parameter. Also add protocol parameter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.736
retrieving revision 1.737
diff -C2 -d -r1.736 -r1.737
*** NEWS	19 Apr 2003 18:15:04 -0000	1.736
--- NEWS	19 Apr 2003 20:59:03 -0000	1.737
***************
*** 124,127 ****
--- 124,130 ----
  -------
  
+ - 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