New submission from Titus Brown: Currently there is no way to retrieve the current trace function; this patch adds 'gettrace' to the sys module.
This behavior is very useful for helping to control code coverage analysis tools. ---------- components: Library (Lib) files: gettrace.diff messages: 58725 nosy: brett.cannon, titus severity: minor status: open title: add new function, sys.gettrace type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file8982/gettrace.diff __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1648> __________________________________
gettrace.diff
Description: Binary data
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com