From 7bb769c092f3cd4ed7640d1d5065edbfb1dfd45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 1 Sep 2011 05:55:26 +0200 Subject: Add version number for versionchanged directive (backport from 3.3) --- Doc/library/unittest.rst | 4 ++-- 1 file 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. -- cgit v0.12