the purpose of sequence matching. This heuristic can be turned off by setting
the ``autojunk`` argument to ``False`` when creating the :class:`SequenceMatcher`.
- .. versionadded:: 2.7
+ .. versionadded:: 2.7.1
The *autojunk* parameter.
.. class:: Differ
The optional argument *autojunk* can be used to disable the automatic junk
heuristic.
+ .. versionadded:: 2.7.1
+ The *autojunk* parameter.
+
:class:`SequenceMatcher` objects have the following methods: