This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rocky
Recipients georg.brandl, rocky
Date 2008-11-19.15:34:24
SpamBayes Score 0.0002450755
Marked as misclassified No
Message-id <1227108867.52.0.266510859122.issue4353@psf.upfronthosting.co.za>
In-reply-to
Content
This sentence:

  The local trace function should return a reference to itself (or to
another function for further tracing in that scope), or None to turn off
tracing in that scope. 

which appears under "How it [the debugger] Works" (http://docs.python.org
http://docs.python.org/library/pdb.html#debugger-hooks) should appear
under the description of (sys.settrace
http://docs.python.org/library/sys.html) since this really part of the
settrace interface and is not limited to the python debugger, pdb, or
debuggers in general.
History
Date User Action Args
2008-11-19 15:34:27rockysetrecipients: + rocky, georg.brandl
2008-11-19 15:34:27rockysetmessageid: <1227108867.52.0.266510859122.issue4353@psf.upfronthosting.co.za>
2008-11-19 15:34:26rockylinkissue4353 messages
2008-11-19 15:34:24rockycreate