summaryrefslogtreecommitdiffstats
path: root/Lib/test/tracedmodules/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-131-0/+4
when tracing methods. Unit tests. Patch by Eli Bendersky.