Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc9b17d

Browse files
committed
Add version-added note twice for new difflib SequenceMatcher autojunk parameter.
1 parent a66e029 commit dc9b17d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/difflib.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
4444
the purpose of sequence matching. This heuristic can be turned off by setting
4545
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
4646

47+
.. versionadded:: 3.2
48+
The *autojunk* parameter.
49+
4750

4851
.. class:: Differ
4952

@@ -352,6 +355,9 @@ The :class:`SequenceMatcher` class has this constructor:
352355
The optional argument *autojunk* can be used to disable the automatic junk
353356
heuristic.
354357

358+
.. versionadded:: 3.2
359+
The *autojunk* parameter.
360+
355361
:class:`SequenceMatcher` objects have the following methods:
356362

357363

0 commit comments

Comments
 (0)