projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66e029
)
Add version-added note twice for new difflib SequenceMatcher autojunk parameter.
author
Terry Reedy
<tjreedy@udel.edu>
Sat, 27 Nov 2010 20:52:14 +0000
(20:52 +0000)
committer
Terry Reedy
<tjreedy@udel.edu>
Sat, 27 Nov 2010 20:52:14 +0000
(20:52 +0000)
Doc/library/difflib.rst
patch
|
blob
|
history
diff --git
a/Doc/library/difflib.rst
b/Doc/library/difflib.rst
index c7efa967b00c97ec437ac035100a6c470013967f..89d69acf95cc6bbc91d7d0114ee530b1ed8de0e5 100644
(file)
--- a/
Doc/library/difflib.rst
+++ b/
Doc/library/difflib.rst
@@
-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: