mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.
This commit is contained in:
parent
56aa6280f6
commit
7f781c9aab
3 changed files with 15 additions and 4 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue