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.3rc1~591^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec9a5f6399a02da00249501014a2a7207c267a0e;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 6036f7de8821..32f66feef2b3 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.