mirror of https://github.com/python/cpython.git
Add version-added note twice for new difflib SequenceMatcher autojunk parameter.
This commit is contained in:
parent
a66e029a9d
commit
dc9b17d922
|
@ -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 purpose of sequence matching. This heuristic can be turned off by setting
|
||||||
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
|
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
The *autojunk* parameter.
|
||||||
|
|
||||||
|
|
||||||
.. class:: Differ
|
.. 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
|
The optional argument *autojunk* can be used to disable the automatic junk
|
||||||
heuristic.
|
heuristic.
|
||||||
|
|
||||||
|
.. versionadded:: 3.2
|
||||||
|
The *autojunk* parameter.
|
||||||
|
|
||||||
:class:`SequenceMatcher` objects have the following methods:
|
:class:`SequenceMatcher` objects have the following methods:
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue