diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-01 20:33:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-01 20:33:53 (GMT) |
commit | 7f781c9aabe35cc674afb7dbaeef191be6b25cbb (patch) | |
tree | 17149cce24d49aed5b43af2982166ebbee99407b /Misc | |
parent | 56aa6280f6d6b6813bfba0dc1d56987d4c2fb336 (diff) | |
download | cpython-7f781c9aabe35cc674afb7dbaeef191be6b25cbb.zip cpython-7f781c9aabe35cc674afb7dbaeef191be6b25cbb.tar.gz cpython-7f781c9aabe35cc674afb7dbaeef191be6b25cbb.tar.bz2 |
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,9 @@ Extension modules 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 comparing files as sequences of lines, this generally works better |