diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 | ||||
-rw-r--r-- | Misc/maintainers.rst | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -78,6 +78,9 @@ C-API 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. diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst index 7795eb0..b9984b1 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 |