Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r76738:d78ee80fa1ce
Date: 2015-04-07 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/d78ee80fa1ce/

Log:    document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -16,3 +16,8 @@
 (incminimark) it no longer needs to create a non-moving copy of it. This saves
 one `malloc` and copying the data.  Additionally a new GC environment variable
 is introduced (`PYPY_GC_MAX_PINNED`) primarily for debugging purposes.
+
+.. branch: refactor-pycall
+Make `*`-unpacking in RPython function calls completely equivalent to passing
+the tuple's elements as arguments. In other words, `f(*(a, b))` now behaves 
+exactly like `f(a, b)`.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to