commit | f8754a60a80f255a18ad00ec6eac8764871ceca8 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun Mar 21 07:16:43 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun Mar 21 07:16:43 2010 +0000 |
tree | e6e5dc51044103973e3f5b2506f8e0d568426045 | |
parent | 75634948771e3329fea1675cdac409bfa0893992 [diff] [blame] |
Update versionadded/changed.
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 351c032..9f013f8 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst
@@ -324,7 +324,7 @@ w.reset() assert len(w.warnings) == 0 - .. versionchanged:: 2.7 + .. versionchanged:: 3.2 New optional attributes ``*filters`` and ``quiet``.