[pypy-commit] pypy default: fix whatsnew

rlamy noreply at buildbot.pypy.org
Wed Apr 15 02:39:41 CEST 2015


Author: Ronan Lamy <ronan.lamy at gmail.com>
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


More information about the pypy-commit mailing list