Note that guard_warnings_filter was added in 2.6

This commit is contained in:
George Yoshida 2006-12-14 02:22:44 +00:00
parent 6d9520c4f0
commit 7366fcecdf
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ This does not equal a failure since it could be the path to the file.
\begin{funcdesc}{guard_warnings_filter}{} \begin{funcdesc}{guard_warnings_filter}{}
Returns a context manager that guards the \module{warnings} module's Returns a context manager that guards the \module{warnings} module's
filter settings. filter settings.
\versionadded{2.6}
\end{funcdesc}
\begin{funcdesc}{run_unittest}{*classes} \begin{funcdesc}{run_unittest}{*classes}
Execute \class{unittest.TestCase} subclasses passed to the function. Execute \class{unittest.TestCase} subclasses passed to the function.