diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-26 01:02:08 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-26 01:02:08 (GMT) |
commit | 0e448073d6afed4806a8dbd3261057a681023993 (patch) | |
tree | 637e1be84ecd52d95221e3987bc6351c1f30b05d /Doc/lib/libdoctest.tex | |
parent | e8bbfe4e6328f47284075e434bc6c812393ca449 (diff) | |
download | cpython-0e448073d6afed4806a8dbd3261057a681023993.zip cpython-0e448073d6afed4806a8dbd3261057a681023993.tar.gz cpython-0e448073d6afed4806a8dbd3261057a681023993.tar.bz2 |
Restored half of a \versionadded only half of which should have been
deleted.
Diffstat (limited to 'Doc/lib/libdoctest.tex')
-rw-r--r-- | Doc/lib/libdoctest.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 8951821..0db5d5d 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 |