diff options
author | George Yoshida <dynkin@gmail.com> | 2006-12-14 02:22:44 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-12-14 02:22:44 (GMT) |
commit | 7366fcecdfbef2d530961ab0faa2e8706eef8bcf (patch) | |
tree | 7b6ef906dddd507274d66d6f1af3c11855f8ca6a /Doc | |
parent | 6d9520c4f0e01ff87ff3d74166f508df0a215261 (diff) | |
download | cpython-7366fcecdfbef2d530961ab0faa2e8706eef8bcf.zip cpython-7366fcecdfbef2d530961ab0faa2e8706eef8bcf.tar.gz cpython-7366fcecdfbef2d530961ab0faa2e8706eef8bcf.tar.bz2 |
Note that guard_warnings_filter was added in 2.6
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtest.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libtest.tex b/Doc/lib/libtest.tex index d13bfff..811d2f7 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. |