New submission from rocky bernstein <[EMAIL PROTECTED]>: 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. ---------- assignee: georg.brandl components: Documentation messages: 76051 nosy: georg.brandl, rocky severity: normal status: open title: Move description what a trace should should return to settrace from pdb section into sys.settrace section type: crash versions: Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, Python 2.2.3, Python 2.3, Python 2.4, Python 2.5, Python 2.5.3, Python 2.6 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4353> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com