]> granicus.if.org Git - python/commitdiff
Remove versionadded accidentally introduced by r82008.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 16 Jun 2010 12:56:31 +0000 (12:56 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 16 Jun 2010 12:56:31 +0000 (12:56 +0000)
Doc/library/doctest.rst

index 696a4f7bae2a9ea9ab8610b03a91c6ebc3feb8f2..4b2a28da6a326eb27802d73a43686f18eafadfa5 100644 (file)
@@ -325,10 +325,6 @@ The fine print:
   error prone way of handling them.  It is possible to use a different
   algorithm for handling tabs by writing a custom :class:`DocTestParser` class.
 
-  .. versionchanged:: 2.4
-     Expanding tabs to spaces is new; previous versions tried to preserve hard tabs,
-     with confusing results.
-
 * Output to stdout is captured, but not output to stderr (exception tracebacks
   are captured via a different means).