diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-21 17:43:42 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-21 17:43:42 (GMT) |
commit | 3f8ecab589f9fab22a1d067a79aa6666568704b1 (patch) | |
tree | e6638915246c1912d158bad234404f587321df9c /Misc/maintainers.rst | |
parent | 8cb6dbf1b9d606de4ef1b3c4141ae186d32492db (diff) | |
download | cpython-3f8ecab589f9fab22a1d067a79aa6666568704b1.zip cpython-3f8ecab589f9fab22a1d067a79aa6666568704b1.tar.gz cpython-3f8ecab589f9fab22a1d067a79aa6666568704b1.tar.bz2 |
Issue #9323: Fixed a bug in trace.py that resulted in loosing the name
of the script being traced. Patch by Eli Bendersky.
Diffstat (limited to 'Misc/maintainers.rst')
-rw-r--r-- | Misc/maintainers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst index fd71f28..d1d8fcc 100644 --- a/Misc/maintainers.rst +++ b/Misc/maintainers.rst @@ -212,7 +212,7 @@ timeit tkinter gpolo token georg.brandl tokenize -trace +trace alexander.belopolsky traceback georg.brandl tty turtle gregorlingl |