Author: Philip Jenvey <pjen...@underboss.org>
Branch: 
Changeset: r81428:8e1560f634c9
Date: 2015-12-22 14:11 -0800
http://bitbucket.org/pypy/pypy/changeset/8e1560f634c9/

Log:    Merged in vincentlegoll/pypy/whatsnew (pull request #383)

        Whatsnew update

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
@@ -44,6 +44,9 @@
 
 .. branch: fix-setslice-can-resize
 
+Make rlist's ll_listsetslice() able to resize the target list to help
+simplify objspace/std/listobject.py. Was issue #2196.
+
 .. branch: anntype2
 
 A somewhat random bunch of changes and fixes following up on branch 'anntype'. 
Highlights:
@@ -83,10 +86,17 @@
 Trivial cleanups in flowspace.operation : fix comment & duplicated method
 
 .. branch: test-AF_NETLINK
+
+Add a test for pre-existing AF_NETLINK support. Was part of issue #1942.
+
 .. branch: small-cleanups-misc
+
+Trivial misc cleanups: typo, whitespace, obsolete comments
+
 .. branch: cpyext-slotdefs
 .. branch: fix-missing-canraise
 
 .. branch: fix-2211
 
-Fix the cryptic exception message when attempting to use extended slicing in 
rpython
+Fix the cryptic exception message when attempting to use extended slicing
+in rpython. Was issue #2211.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to