summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libtest.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libtest.tex b/Doc/lib/libtest.tex
index d13bfffc01..811d2f7fc0 100644
--- a/Doc/lib/libtest.tex
+++ b/Doc/lib/libtest.tex
@@ -266,6 +266,8 @@ This does not equal a failure since it could be the path to the file.
\begin{funcdesc}{guard_warnings_filter}{}
Returns a context manager that guards the \module{warnings} module's
filter settings.
+\versionadded{2.6}
+\end{funcdesc}
\begin{funcdesc}{run_unittest}{*classes}
Execute \class{unittest.TestCase} subclasses passed to the function.