Update versionadded/changed.

This commit is contained in:
Ezio Melotti 2010-03-21 07:16:43 +00:00
parent 7563494877
commit f8754a60a8
9 changed files with 19 additions and 24 deletions

View file

@ -324,7 +324,7 @@ The :mod:`test.support` module defines the following functions:
w.reset()
assert len(w.warnings) == 0
.. versionchanged:: 2.7
.. versionchanged:: 3.2
New optional attributes ``*filters`` and ``quiet``.