diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-13 18:14:34 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-09-13 18:14:34 (GMT) |
commit | 4d7701729caae30312689f6630c453a5b8cdacbd (patch) | |
tree | e1221b525de83a9b3f449ae461f9d9c11f3762eb /Misc/NEWS | |
parent | dc69e7217a78dfbc3586f07920a4c6967baaa275 (diff) | |
download | cpython-4d7701729caae30312689f6630c453a5b8cdacbd.zip cpython-4d7701729caae30312689f6630c453a5b8cdacbd.tar.gz cpython-4d7701729caae30312689f6630c453a5b8cdacbd.tar.bz2 |
Issue #9315: Fix for the trace module to record correct class name
when tracing methods. Unit tests. Patch by Eli Bendersky.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -145,6 +145,8 @@ Tools/Demos Tests ----- +- Issue #9315: Added tests for the trace module. Patch by Eli Bendersky. + - Issue #9323: Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example. @@ -2070,6 +2072,9 @@ Library - Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is a socket option available on FreeBSD 7.1 and newer. +- Issue #9315: Fix for the trace module to record correct class name + for tracing methods. + Extension Modules ----------------- |