]> granicus.if.org Git - python/commit
Issue #9315: Fix for the trace module to record correct class name
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 13 Sep 2010 18:14:34 +0000 (18:14 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 13 Sep 2010 18:14:34 +0000 (18:14 +0000)
commit4d7701729caae30312689f6630c453a5b8cdacbd
treee1221b525de83a9b3f449ae461f9d9c11f3762eb
parentdc69e7217a78dfbc3586f07920a4c6967baaa275
Issue #9315: Fix for the trace module to record correct class name
when tracing methods.  Unit tests. Patch by Eli Bendersky.
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS