[Python-checkins] python/dist/src/Doc/lib libdoctest.tex,1.33,1.34

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Aug 26 03:02:16 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13272/Doc/lib

Modified Files:
	libdoctest.tex 
Log Message:
Restored half of a \versionadded only half of which should have been
deleted.


Index: libdoctest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdoctest.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- libdoctest.tex	25 Aug 2004 23:07:02 -0000	1.33
+++ libdoctest.tex	26 Aug 2004 01:02:08 -0000	1.34
@@ -293,6 +293,9 @@
 \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



More information about the Python-checkins mailing list