[Python-checkins] r45924 - python/trunk/Doc/lib/libdoctest.tex

george.yoshida python-checkins at python.org
Sat May 6 16:16:52 CEST 2006


Author: george.yoshida
Date: Sat May  6 16:16:51 2006
New Revision: 45924

Modified:
   python/trunk/Doc/lib/libdoctest.tex
Log:
Use \versionchanged for the feature change


Modified: python/trunk/Doc/lib/libdoctest.tex
==============================================================================
--- python/trunk/Doc/lib/libdoctest.tex	(original)
+++ python/trunk/Doc/lib/libdoctest.tex	Sat May  6 16:16:51 2006
@@ -1061,7 +1061,7 @@
 \begin{funcdesc}{DocFileSuite}{\optional{module_relative}\optional{,
                               package}\optional{, setUp}\optional{,
                               tearDown}\optional{, globs}\optional{,
-			      optionflags}\optional{, parser}}
+                              optionflags}\optional{, parser}}
 
   Convert doctest tests from one or more text files to a
   \class{\refmodule{unittest}.TestSuite}.
@@ -1130,9 +1130,9 @@
 
   \versionadded{2.4}
 
-  Starting in Python 2.5, the global \code{__file__} was added to the
+  \versionchanged[The global \code{__file__} was added to the
   globals provided to doctests loaded from a text file using
-  \function{DocFileSuite()}.
+  \function{DocFileSuite()}]{2.5}
 \end{funcdesc}
 
 \begin{funcdesc}{DocTestSuite}{\optional{module}\optional{,


More information about the Python-checkins mailing list