Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

On Mon, Jul 26, 2010 at 12:49 AM, Eli Bendersky <rep...@bugs.python.org> wrote:
..
> This raises a question: should method names of classes come after the class 
> names when appearing
> in a trace? Intuitively yes, but I want to investigate some more, probably by 
> adding a couple more test
> cases where the traced functions are methods of objects rather than plain 
> functions.
>

I want to agree, but finding the class name of the method may not be
trivial in 3.x because we don't have unbound methods anymore.   Please
bring this up on python-dev.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to