From: George Yoshida Date: Thu, 14 Dec 2006 02:22:44 +0000 (+0000) Subject: Note that guard_warnings_filter was added in 2.6 X-Git-Tag: v2.6a1~2371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7366fcecdfbef2d530961ab0faa2e8706eef8bcf;p=python Note that guard_warnings_filter was added in 2.6 --- 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.