[Python-checkins] r86437 - python/branches/release27-maint/Doc/library/difflib.rst

terry.reedy python-checkins at python.org
Fri Nov 12 22:08:56 CET 2010


Author: terry.reedy
Date: Fri Nov 12 22:08:56 2010
New Revision: 86437

Log:
#2986 Correct and duplicate version-added message

Modified:
   python/branches/release27-maint/Doc/library/difflib.rst

Modified: python/branches/release27-maint/Doc/library/difflib.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/difflib.rst	(original)
+++ python/branches/release27-maint/Doc/library/difflib.rst	Fri Nov 12 22:08:56 2010
@@ -45,7 +45,7 @@
    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
@@ -363,6 +363,9 @@
    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:
 
 


More information about the Python-checkins mailing list