]> granicus.if.org Git - python/commitdiff
Fix one versionchanged
authorÉric Araujo <merwok@netwok.org>
Thu, 16 Dec 2010 03:13:05 +0000 (03:13 +0000)
committerÉric Araujo <merwok@netwok.org>
Thu, 16 Dec 2010 03:13:05 +0000 (03:13 +0000)
Doc/library/unittest.rst

index bcb951713940eb7d44ed135cab414c9365a0c599..c011be8e676b9aa500eb09d1a54176807fcc1b16 100644 (file)
@@ -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.