From: Benjamin Peterson Date: Mon, 24 Nov 2008 01:16:29 +0000 (+0000) Subject: replace reference to debugger-hooks X-Git-Tag: v2.7a1~2627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ff59e57745854ba7d1a220fbc5b5d70c338bd0;p=thirdparty%2FPython%2Fcpython.git replace reference to debugger-hooks --- diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index 82a1c21eaddb..3041b7bc00f9 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -107,8 +107,9 @@ The :mod:`bdb` module also defines two classes: The *arg* parameter depends on the previous event. - For more information on trace functions, see :ref:`debugger-hooks`. For - more information on code and frame objects, refer to :ref:`types`. + See the documentation for :func:`sys.settrace` for more information on the + trace function. For more information on code and frame objects, refer to + :ref:`types`. .. method:: dispatch_line(frame)