Add version number for versionchanged directive (backport from 3.3)

This commit is contained in:
Éric Araujo 2011-09-01 05:55:26 +02:00
parent f3c7822ee5
commit 7bb769c092
1 changed files with 2 additions and 2 deletions

View File

@ -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.