[Python-checkins] python/dist/src/Misc NEWS,1.1055,1.1056

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jul 27 07:22:35 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12675/Misc

Modified Files:
	NEWS 
Log Message:
Patch #995766: Keyword argument support in cPickle.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -C2 -d -r1.1055 -r1.1056
*** NEWS	27 Jul 2004 05:07:19 -0000	1.1055
--- NEWS	27 Jul 2004 05:22:33 -0000	1.1056
***************
*** 42,45 ****
--- 42,47 ----
  -----------------
  
+ - cpickle now supports the same keyword arguments as pickle.
+ 
  Library
  -------



More information about the Python-checkins mailing list