[Python-checkins] r82015 - python/branches/py3k/Doc/library/doctest.rst

r.david.murray python-checkins at python.org
Wed Jun 16 14:56:31 CEST 2010


Author: r.david.murray
Date: Wed Jun 16 14:56:31 2010
New Revision: 82015

Log:
Remove versionadded accidentally introduced by r82008.


Modified:
   python/branches/py3k/Doc/library/doctest.rst

Modified: python/branches/py3k/Doc/library/doctest.rst
==============================================================================
--- python/branches/py3k/Doc/library/doctest.rst	(original)
+++ python/branches/py3k/Doc/library/doctest.rst	Wed Jun 16 14:56:31 2010
@@ -325,10 +325,6 @@
   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).
 


More information about the Python-checkins mailing list