diff options
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) |
commit | ec9a5f6399a02da00249501014a2a7207c267a0e (patch) | |
tree | fef9ca7b8d7bf01890238609f7bd7258601b7299 /Doc/library/unittest.rst | |
parent | 7af8ebb6ce7576a629206d9c063c0914b9b576bc (diff) | |
download | cpython-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/unittest.rst')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
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. |