summaryrefslogtreecommitdiff
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 +0000
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 +0000
commite3412761424eff9a3892e469f187cf37702a74d3 (patch)
treeff82e7cdc209aad5e1aba783ce308d19f77eb744 /Doc/library/test.rst
parent37151f0a3e74f9ca6524444b58709aba577fed32 (diff)
downloadcpython-e3412761424eff9a3892e469f187cf37702a74d3.tar.gz
Update versionadded/changed.
Diffstat (limited to 'Doc/library/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index 351c032452..9f013f8058 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -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``.