diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 20:11:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 20:11:13 (GMT) |
commit | 54fab8136e3094061be0bf5b3126957e9a4f922b (patch) | |
tree | 5dc756419d89cb6392cef61ac3c9100230914f78 /Doc/library/difflib.rst | |
parent | c2155835b49261c7f755774a16d6576c904395ec (diff) | |
download | cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.zip cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.gz cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.bz2 |
Remove versionadded/changed directives merged as an oversight.
Diffstat (limited to 'Doc/library/difflib.rst')
-rw-r--r-- | Doc/library/difflib.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 3b17d04..34dbcfd 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -380,10 +380,6 @@ use :meth:`set_seq2` to set the commonly used sequence once and call .. XXX Explain why a dummy is used! - .. versionchanged:: 2.5 - The guarantee that adjacent triples always describe non-adjacent blocks was - implemented. - :: >>> s = SequenceMatcher(None, "abxcd", "abcd") |