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 7af8ebb6ce
commit ec9a5f6399

View file

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