Author: Ronan Lamy <[email protected]> Branch: Changeset: r76790:e10aecf11072 Date: 2015-04-15 01:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e10aecf11072/
Log: fix whatsnew 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 @@ -21,3 +21,5 @@ 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)`. + +.. branch: issue2018 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
