summaryrefslogtreecommitdiffstats
path: root/Doc/library/doctest.rst
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-06-16 12:56:31 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-06-16 12:56:31 (GMT)
commit17c371ca30cfec69e8085ed784969f2ecf4b9e0e (patch)
treee7497f84e09614115813f894a4b9c6f1ca0fe126 /Doc/library/doctest.rst
parenta7a15720973076a90dcdbeb041a7f82a8845241d (diff)
downloadcpython-17c371ca30cfec69e8085ed784969f2ecf4b9e0e.zip
cpython-17c371ca30cfec69e8085ed784969f2ecf4b9e0e.tar.gz
cpython-17c371ca30cfec69e8085ed784969f2ecf4b9e0e.tar.bz2
Remove versionadded accidentally introduced by r82008.
Diffstat (limited to 'Doc/library/doctest.rst')
-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 696a4f7..4b2a28d 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).