mirror of
https://github.com/python/cpython.git
synced 2026-03-06 04:50:58 +00:00
Note that guard_warnings_filter was added in 2.6
This commit is contained in:
parent
6d9520c4f0
commit
7366fcecdf
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue