]> 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 16:45:02 +0000 (16:45 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 13 Sep 2010 16:45:02 +0000 (16:45 +0000)
commit9d17da33e2dcc51c73fdebe737eb1b9317ee69cd
tree4437e3ee2328f9cb83391f81338261c19e2c1e7e
parentc0c0b146718f3098397c287d2e03028f486606ee
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 [new file with mode: 0644]
Lib/test/tracedmodules/__init__.py [new file with mode: 0644]
Lib/test/tracedmodules/testmod.py [new file with mode: 0644]
Lib/trace.py
Misc/NEWS