Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30793a commit e2ae807Copy full SHA for e2ae807
1 file changed
Doc/whatsnew/3.2.rst
@@ -2094,6 +2094,15 @@ reading directly from dictionaries and strings.
2094
2095
(All changes contributed by Łukasz Langa.)
2096
2097
+difflib
2098
+-------
2099
+
2100
+:class:`difflib.SequenceMatcher` has a new parameter in its constructor,
2101
+*autojunk*, that allows the user to turn off the automatic junk heuristic the
2102
+class uses in its algorithm. Additionally, two new attributes were exposed
2103
+to users - *bjunk* and *bpopular*, allowing better understanding of the
2104
+heuristics used by the class.
2105
2106
urllib.parse
2107
------------
2108
0 commit comments