mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Add version number for versionchanged directive (backport from 3.3)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user