From: Éric Araujo Date: Fri, 26 Nov 2010 23:31:07 +0000 (+0000) Subject: Use link-generating markup (see #9312) X-Git-Tag: v3.2b1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8acb67c0597d6326e1e160dc9e1127c9a53259c1;p=thirdparty%2FPython%2Fcpython.git Use link-generating markup (see #9312) --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 91fede07f166..4fc06fc09734 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -2054,7 +2054,8 @@ instead of as an error. Signal Handling --------------- -The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak`` +The :option:`-c/--catch ` command-line option to unittest, +along with the ``catchbreak`` parameter to :func:`unittest.main()`, provide more friendly handling of control-C during a test run. With catch break behavior enabled control-C will allow the currently running test to complete, and the test run will then end