mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

svn+ssh://pythondev@svn.python.org/python/branches/py3k with some manual fixes ........ r84780 | alexander.belopolsky | 2010-09-13 14:14:34 -0400 (Mon, 13 Sep 2010) | 3 lines Issue #9315: Fix for the trace module to record correct class name when tracing methods. Unit tests. Patch by Eli Bendersky. ........ r84781 | alexander.belopolsky | 2010-09-13 14:15:33 -0400 (Mon, 13 Sep 2010) | 1 line Removed debugging setting ........
9 lines
409 B
Python
9 lines
409 B
Python
"""This package contains modules that help testing the trace.py module. Note
|
|
that the exact location of functions in these modules is important, as trace.py
|
|
takes the real line numbers into account.
|
|
"""
|
|
"""This directory contains modules that help testing the trace.py module. Note
|
|
that the exact location of functions in these modules is important, as trace.py
|
|
takes the real line numbers into account.
|
|
|
|
"""
|