summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-07-25 22:39:39 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-07-25 22:39:39 (GMT)
commit9a2310d1b6b80bae072892de04464d23b1e88881 (patch)
treed5dbc7ed9faa68fb8c16c11edb9a513a286b36f5 /Misc/NEWS
parent83d6a87a40711c6012ef856f4a2e6e7b2c30cedf (diff)
downloadcpython-9a2310d1b6b80bae072892de04464d23b1e88881.zip
cpython-9a2310d1b6b80bae072892de04464d23b1e88881.tar.gz
cpython-9a2310d1b6b80bae072892de04464d23b1e88881.tar.bz2
Merged revisions 65240-65242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65240 | antoine.pitrou | 2008-07-26 00:02:07 +0200 (sam., 26 juil. 2008) | 3 lines add a pybench test for complex function calls (part of #1819) ........ r65241 | antoine.pitrou | 2008-07-26 00:13:52 +0200 (sam., 26 juil. 2008) | 4 lines Raymond's patch for #1819: speedup function calls with named parameters (35% faster according to pybench) ........ r65242 | antoine.pitrou | 2008-07-26 00:22:08 +0200 (sam., 26 juil. 2008) | 3 lines add a NEWS entry ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76ecbcc..0ef8b05 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,12 @@ What's new in Python 3.0b3?
*Release date: XX-XXX-2008*
+Core and Builtins
+-----------------
+
+- Issue #1819: function calls with several named parameters are now on
+ average 35% faster (as measured by pybench).
+
Library
-------