From: Éric Araujo Date: Thu, 1 Sep 2011 03:55:26 +0000 (+0200) Subject: Add version number for versionchanged directive (backport from 3.3) X-Git-Tag: v3.2.2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b;p=thirdparty%2FPython%2Fcpython.git Add version number for versionchanged directive (backport from 3.3) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index beed4ded8655..d3da895e9aa7 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.