commit | 3f8ecab589f9fab22a1d067a79aa6666568704b1 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Wed Jul 21 17:43:42 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Wed Jul 21 17:43:42 2010 +0000 |
tree | e6638915246c1912d158bad234404f587321df9c | |
parent | 8cb6dbf1b9d606de4ef1b3c4141ae186d32492db [diff] [blame] |
Issue #9323: Fixed a bug in trace.py that resulted in loosing the name of the script being traced. Patch by Eli Bendersky.
diff --git a/Misc/NEWS b/Misc/NEWS index ebca774..ef7988f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -473,6 +473,9 @@ Library ------- +- Issue #9323: Fixed a bug in trace.py that resulted in loosing the + name of the script being traced. Patch by Eli Bendersky. + - Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli Bendersky for the patch.