mirror of https://github.com/python/cpython
Use \versionchanged for the feature change
This commit is contained in:
parent
d3d8ecda15
commit
ce5933f582
|
@ -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{,
|
||||
|
|
Loading…
Reference in New Issue