summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-09-01 03:55:26 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-09-01 03:55:26 (GMT)
commitec9a5f6399a02da00249501014a2a7207c267a0e (patch)
treefef9ca7b8d7bf01890238609f7bd7258601b7299 /Doc/library
parent7af8ebb6ce7576a629206d9c063c0914b9b576bc (diff)
downloadcpython-ec9a5f6399a02da00249501014a2a7207c267a0e.zip
cpython-ec9a5f6399a02da00249501014a2a7207c267a0e.tar.gz
cpython-ec9a5f6399a02da00249501014a2a7207c267a0e.tar.bz2
Add version number for versionchanged directive (backport from 3.3)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 6036f7d..32f66fe 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -723,7 +723,7 @@ Test cases
Here, we create two instances of :class:`WidgetTestCase`, each of which runs a
single test.
- .. versionchanged::
+ .. versionchanged:: 3.2
:class:`TestCase` can be instantiated successfully without providing a method
name. This makes it easier to experiment with :class:`TestCase` from the
interactive interpreter.