Add version-added note twice for new difflib SequenceMatcher autojunk parameter.

This commit is contained in:
Terry Reedy 2010-11-27 20:52:14 +00:00
parent a66e029a9d
commit dc9b17d922
1 changed files with 6 additions and 0 deletions

View File

@ -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: