[Python-checkins] r65242 - python/trunk/Misc/NEWS

antoine.pitrou python-checkins at python.org
Sat Jul 26 00:22:08 CEST 2008


Author: antoine.pitrou
Date: Sat Jul 26 00:22:08 2008
New Revision: 65242

Log:
add a NEWS entry



Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Jul 26 00:22:08 2008
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #1819: function calls with several named parameters are now on
+  average 35% faster (as measured by pybench).
+
 - Issue #2378: An unexpected UnboundLocalError or NameError could appear when
   the python debugger steps into a class statement: the free variables (local
   variables defined in an outer scope) would be deleted from the outer scope.


More information about the Python-checkins mailing list