From 17c371ca30cfec69e8085ed784969f2ecf4b9e0e Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Wed, 16 Jun 2010 12:56:31 +0000 Subject: [PATCH] Remove versionadded accidentally introduced by r82008. --- Doc/library/doctest.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst index 696a4f7bae..4b2a28da6a 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). -- 2.40.0