From: Tim Peters Date: Mon, 23 Aug 2004 00:26:42 +0000 (+0000) Subject: Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything X-Git-Tag: v2.4a3~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=656f7e4b408d0e97cf99c4faf35858915b93b8c6;p=thirdparty%2FPython%2Fcpython.git Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything in this section is new in 2.4, and that's all mentioned already in versionadded{} thingies at the end of the section. It hurts readability to have them after every line . --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index c9c601b1d398..0741aa0bfae4 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -364,7 +364,6 @@ can also be used in doctest directives (see below). contains digit \code{1} where actual output contains letter \code{l}, a line is inserted with a caret marking the mismatching column positions. - \versionadded{2.4} \end{datadesc} A "doctest directive" is a trailing Python comment on a line of a doctest