commit | 2d3c4e79a19d8052d756575775a643a7107dced7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 02 17:24:49 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Aug 02 17:24:49 2010 +0000 |
tree | 09c4bfd9b48e66353b4346bebc35a72527638e11 | |
parent | 790f8316486d890f7c9b0fb9ab67d8120f4112ac [diff] |
#7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
diff --git a/Misc/NEWS b/Misc/NEWS index 5fb7cc2..3797380 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ 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.