From: Ezio Melotti Date: Tue, 20 Apr 2010 09:36:13 +0000 (+0000) Subject: Add a missing versionadded in unittest.rst. X-Git-Tag: v3.1.3rc1~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d5c16a4e7e6a1cd3ab9dbab5192fc03b95e95d5;p=thirdparty%2FPython%2Fcpython.git Add a missing versionadded in unittest.rst. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index d47a98fee748..f9db152ddeb0 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -592,6 +592,8 @@ Test cases Calling this during the a test method or :meth:`setUp` skips the current test. See :ref:`unittest-skipping` for more information. + .. versionadded:: 3.1 + .. method:: debug()