From: Éric Araujo Date: Thu, 16 Dec 2010 03:13:05 +0000 (+0000) Subject: Fix one versionchanged X-Git-Tag: v3.2b2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=971dc01e8a59bf0c0186d5b104e2a929ec293f27;p=python Fix one versionchanged --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index bcb9517139..c011be8e67 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1936,8 +1936,11 @@ Loading and running tests Calling ``main`` actually returns an instance of the ``TestProgram`` class. This stores the result of the tests run as the ``result`` attribute. + .. versionchanged:: 3.1 + The ``exit`` parameter was added. + .. versionchanged:: 3.2 - The ``exit``, ``verbosity``, ``failfast``, ``catchbreak``, ``buffer``, + The ``verbosity``, ``failfast``, ``catchbreak``, ``buffer`` and ``warnings`` parameters were added.