remove some old versionchanged and versionadded directives

This commit is contained in:
Benjamin Peterson 2008-04-24 02:34:53 +00:00
parent 3513358e11
commit 35e8c46534
30 changed files with 8 additions and 147 deletions

View file

@ -401,8 +401,7 @@ use :meth:`set_seq2` to set the commonly used sequence once and call
If no blocks match, this returns ``(alo, blo, 0)``.
.. versionchanged:: 2.6
This method returns a :term:`named tuple` ``Match(a, b, size)``.
This method returns a :term:`named tuple` ``Match(a, b, size)``.
.. method:: SequenceMatcher.get_matching_blocks()