diff options
author | Georg Brandl <georg@python.org> | 2010-08-02 17:36:05 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-02 17:36:05 (GMT) |
commit | e90bce7df7c5457af13fc97dc3178775cd292c70 (patch) | |
tree | a3ddb25c94817c5ffc66f4f5d32a1b85a2d0b23f /Misc/NEWS | |
parent | bdeff47680e827b5c534af94a0cc0744689b863c (diff) | |
download | cpython-e90bce7df7c5457af13fc97dc3178775cd292c70.zip cpython-e90bce7df7c5457af13fc97dc3178775cd292c70.tar.gz cpython-e90bce7df7c5457af13fc97dc3178775cd292c70.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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ C-API Library ------- +- 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. |