[docs] [issue9237] Add sys.call_tracing to on-line sys module documentation

rocky bernstein report at bugs.python.org
Tue Jul 13 00:29:24 CEST 2010


New submission from rocky bernstein <rocky at gnu.org>:

sys.call_tracing doesn't appear in Python documents and I think it should. For a start, one could use the docstring from sysmodule.c:

 call_tracing(func, args) -> object

 Call func(*args), while tracing is enabled.  The tracing state is saved, and restored afterwards.  This is intended to be called from a
debugger from a checkpoint, to recursively debug some other code.

Thanks.

----------
assignee: docs at python
components: Documentation
messages: 110145
nosy: docs at python, rocky
priority: normal
severity: normal
status: open
title: Add sys.call_tracing  to on-line sys module documentation
type: feature request
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9237>
_______________________________________


More information about the docs mailing list