summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 17:24:49 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-02 17:24:49 (GMT)
commit2d3c4e79a19d8052d756575775a643a7107dced7 (patch)
tree09c4bfd9b48e66353b4346bebc35a72527638e11 /Misc
parent790f8316486d890f7c9b0fb9ab67d8120f4112ac (diff)
downloadcpython-2d3c4e79a19d8052d756575775a643a7107dced7.zip
cpython-2d3c4e79a19d8052d756575775a643a7107dced7.tar.gz
cpython-2d3c4e79a19d8052d756575775a643a7107dced7.tar.bz2
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fb7cc2..3797380 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Extensions
Library
-------
+- Issue #7372: Fix pstats regression when stripping paths from profile
+ data generated with the profile module.
+
- Issue #9428: Fix running scripts with the profile/cProfile modules from
the command line.