]> granicus.if.org Git - python/commitdiff
Issue #27213: document changes in Misc/NEWS
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Sep 2016 19:43:42 +0000 (12:43 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 9 Sep 2016 19:43:42 +0000 (12:43 -0700)
Misc/NEWS

index 98c049b983d66351aea149262d5dafe31ec498c2..61a1381278e548ae6c1e69dd00240774f14ec874 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.6.0 beta 1
 Core and Builtins
 -----------------
 
+- Issue #27213: Rework CALL_FUNCTION* opcodes to produce shorter and more
+  efficient bytecode. Patch by Demur Rumed, design by Serhiy Storchaka,
+  reviewed by Serhiy Storchaka and Victor Stinner.
+
 - Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
   Patch by Ivan Levkivskyi.