From: George Yoshida Date: Sat, 6 May 2006 14:16:51 +0000 (+0000) Subject: Use \versionchanged for the feature change X-Git-Tag: v2.5b1~698 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce5933f5828d94b39d465f55c506da0aa4480402;p=python Use \versionchanged for the feature change --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 5a997d638d..73b29ad71c 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -1061,7 +1061,7 @@ instances from text files and modules with doctests: \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 @@ instances from text files and modules with doctests: \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{,