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 | 7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b (patch) | |
tree | 4192cbf1f4161c82c1bdba58aa353186ecfb5753 /Doc/library | |
parent | f3c7822ee5cffbdf6c39166ca162d7fe55f4ea2d (diff) | |
download | cpython-7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b.zip cpython-7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b.tar.gz cpython-7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b.tar.bz2 |
Add version number for versionchanged directive (backport from 3.3)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/unittest.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index beed4de..d3da895 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -723,8 +723,8 @@ Test cases Here, we create two instances of :class:`WidgetTestCase`, each of which runs a single test. - .. versionchanged:: - `TestCase` can be instantiated successfully without providing a method + .. versionchanged:: 3.2 + :class:`TestCase` can be instantiated successfully without providing a method name. This makes it easier to experiment with `TestCase` from the interactive interpreter. |