Author: terry.reedy Date: Sat Nov 27 21:52:14 2010 New Revision: 86839 Log: Add version-added note twice for new difflib SequenceMatcher autojunk parameter. Modified: python/branches/py3k/Doc/library/difflib.rst Modified: python/branches/py3k/Doc/library/difflib.rst ============================================================================== --- python/branches/py3k/Doc/library/difflib.rst (original) +++ python/branches/py3k/Doc/library/difflib.rst Sat Nov 27 21:52:14 2010 @@ -44,6 +44,9 @@ 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 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:
participants (1)
-
terry.reedy