summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-05-30 21:41:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-05-30 21:41:10 (GMT)
commit8e124f32442e46caab9e221d941510485b6e669a (patch)
tree76b8cecf874b10f12729e7916ab84100743879b6 /Misc
parentc06de477a35669cac037b0bc92a28f9492d76015 (diff)
downloadcpython-8e124f32442e46caab9e221d941510485b6e669a.zip
cpython-8e124f32442e46caab9e221d941510485b6e669a.tar.gz
cpython-8e124f32442e46caab9e221d941510485b6e669a.tar.bz2
Merged revisions 73064 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........
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 6fa6d99..b06767d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1 Release Candidate 2?
Core and Builtins
-----------------
+- Issue #5330: C functions called with keyword arguments were not reported by
+ the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
+
Library
-------