[Python-checkins] python/dist/src/Misc NEWS,1.398,1.399

fdrake@sourceforge.net fdrake@sourceforge.net
Wed, 01 May 2002 13:33:56 -0700


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

Modified Files:
	NEWS 
Log Message:
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.398
retrieving revision 1.399
diff -C2 -d -r1.398 -r1.399
*** NEWS	29 Apr 2002 01:37:32 -0000	1.398
--- NEWS	1 May 2002 20:33:53 -0000	1.399
***************
*** 100,103 ****
--- 100,106 ----
  Library
  
+ - The pickle.Pickler class grew a clear_memo() method to mimic that
+   provided by cPickle.Pickler.
+ 
  - difflib's SequenceMatcher class now does a dynamic analysis of
    which elements are so frequent as to constitute noise.  For