[Python-checkins] r87304 - python/branches/py3k/Doc/library/unittest.rst

eric.araujo python-checkins at python.org
Thu Dec 16 04:13:05 CET 2010


Author: eric.araujo
Date: Thu Dec 16 04:13:05 2010
New Revision: 87304

Log:
Fix one versionchanged


Modified:
   python/branches/py3k/Doc/library/unittest.rst

Modified: python/branches/py3k/Doc/library/unittest.rst
==============================================================================
--- python/branches/py3k/Doc/library/unittest.rst	(original)
+++ python/branches/py3k/Doc/library/unittest.rst	Thu Dec 16 04:13:05 2010
@@ -1936,8 +1936,11 @@
    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.
 
 


More information about the Python-checkins mailing list