summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-06-16 12:57:52 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-06-16 12:57:52 (GMT)
commit0dc3d035f3366ac10117173d1c9cb09de4efde37 (patch)
treece0b6cb699ea75993d5f32160ede2522d5d105a2 /Doc/library
parent71df9d92161fda464f508cccb4c025b3c4a2c1b1 (diff)
downloadcpython-0dc3d035f3366ac10117173d1c9cb09de4efde37.zip
cpython-0dc3d035f3366ac10117173d1c9cb09de4efde37.tar.gz
cpython-0dc3d035f3366ac10117173d1c9cb09de4efde37.tar.bz2
Merged revisions 82015 via svnmerge from
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. ........
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/doctest.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst
index 5d9759a..cea570b 100644
--- a/Doc/library/doctest.rst
+++ b/Doc/library/doctest.rst
@@ -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).