]> granicus.if.org Git - python/commitdiff
Merged revisions 82015 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 16 Jun 2010 12:57:52 +0000 (12:57 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 16 Jun 2010 12:57:52 +0000 (12:57 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82015 | r.david.murray | 2010-06-16 08:56:31 -0400 (Wed, 16 Jun 2010) | 2 lines

  Remove versionadded accidentally introduced by r82008.
........

Doc/library/doctest.rst

index 5d9759a64dd7b5898e012ba3e6ad4a17ceae4758..cea570bdbb688cb49d170ac61c55f0b5fb784443 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).