summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-13 18:14:34 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-13 18:14:34 (GMT)
commit4d7701729caae30312689f6630c453a5b8cdacbd (patch)
treee1221b525de83a9b3f449ae461f9d9c11f3762eb /Misc/NEWS
parentdc69e7217a78dfbc3586f07920a4c6967baaa275 (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2392b24..ae2ca33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------------