Commit e2ae8073 authored by Eli Bendersky's avatar Eli Bendersky

Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986)

parent f30793a6
......@@ -2094,6 +2094,15 @@ reading directly from dictionaries and strings.
(All changes contributed by Łukasz Langa.)
difflib
-------
:class:`difflib.SequenceMatcher` has a new parameter in its constructor,
*autojunk*, that allows the user to turn off the automatic junk heuristic the
class uses in its algorithm. Additionally, two new attributes were exposed
to users - *bjunk* and *bpopular*, allowing better understanding of the
heuristics used by the class.
urllib.parse
------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment