From: Tim Peters Date: Thu, 26 Aug 2004 01:02:08 +0000 (+0000) Subject: Restored half of a \versionadded only half of which should have been X-Git-Tag: v2.4a3~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e448073d6afed4806a8dbd3261057a681023993;p=thirdparty%2FPython%2Fcpython.git Restored half of a \versionadded only half of which should have been deleted. --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 895182137636..0db5d5d91b6a 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -293,6 +293,9 @@ rewritten example, the use of \samp{...} is independent of doctest's \constant{ELLIPSIS} option. The ellipsis in that example could be left out, or could just as well be three (or three hundred) commas. +\versionchanged[The ability to handle a multi-line exception detail + was added]{2.4} + \subsection{Option Flags and Directives\label{doctest-options}} A number of option flags control various aspects of doctest's comparison