mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add version-added note twice for new difflib SequenceMatcher autojunk parameter.
This commit is contained in:
parent
a66e029a9d
commit
dc9b17d922
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,9 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
|
|||
the purpose of sequence matching. This heuristic can be turned off by setting
|
||||
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
The *autojunk* parameter.
|
||||
|
||||
|
||||
.. class:: Differ
|
||||
|
||||
|
@ -352,6 +355,9 @@ The :class:`SequenceMatcher` class has this constructor:
|
|||
The optional argument *autojunk* can be used to disable the automatic junk
|
||||
heuristic.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
The *autojunk* parameter.
|
||||
|
||||
:class:`SequenceMatcher` objects have the following methods:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue