Author: Ronan Lamy <ronan.l...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to