summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 17:34:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-02 17:34:58 (GMT)
commita2a92cf2c0aa6ace3202c3c61b8768a5e84f5335 (patch)
treed51e9f1cf7c5d8652073e1f4f2d820b0eaafc128 /Misc/NEWS
parent58f55d5d42f7095cbc4bf599a19252b5a4099c02 (diff)
downloadcpython-a2a92cf2c0aa6ace3202c3c61b8768a5e84f5335.zip
cpython-a2a92cf2c0aa6ace3202c3c61b8768a5e84f5335.tar.gz
cpython-a2a92cf2c0aa6ace3202c3c61b8768a5e84f5335.tar.bz2
Merged revisions 83531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83531 | georg.brandl | 2010-08-02 19:24:49 +0200 (Mo, 02 Aug 2010) | 1 line #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c364e2..7b2fe21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Library
- Issue #9354: Provide getsockopt() in asyncore's file_wrapper.
+- Issue #7372: Fix pstats regression when stripping paths from profile
+ data generated with the profile module.
+
- Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
entries, consider the first one.