Re: [Python-Dev] trace module options.

2009-06-25 Thread Edward Peschko
> On-topic would have been a disussion of which of these features would > be useful for the trace module to be built-in, how to best provide them, > along with an offer to produce a patch. Ok, fair enough - which of the features listed (indentation matching stacklevel, output to a file (or files w

Re: [Python-Dev] trace module options.

2009-06-25 Thread Martin v. Löwis
> Of course I could program the above, but I was > hoping to avoid duplicated effort if someone has > already programmed options like this.. In this specific form, the question is off-topic for python-dev, and better asked on python-list (in particular since it has a wider audience). On-topic wou

[Python-Dev] trace module options.

2009-06-24 Thread Edward Peschko
All, I've been looking at the trace module, and although it looks useful, I'm surprised that there aren't a couple of features that I would have thought would be fairly basic. So, does trace support (for the --trace option): - indentation tracking stacklevel (where each function is prefixed