summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-21 07:16:43 (GMT)
commitf8754a60a80f255a18ad00ec6eac8764871ceca8 (patch)
treee6e5dc51044103973e3f5b2506f8e0d568426045 /Doc/library/test.rst
parent75634948771e3329fea1675cdac409bfa0893992 (diff)
downloadcpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.zip
cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.gz
cpython-f8754a60a80f255a18ad00ec6eac8764871ceca8.tar.bz2
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 351c032..9f013f8 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``.