Author: Tyler Wade <way...@gmail.com>
Branch: fix-bytearray-complexity
Changeset: r72005:c1a8bc453186
Date: 2014-06-09 10:41 -0500
http://bitbucket.org/pypy/pypy/changeset/c1a8bc453186/

Log:    Update 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
@@ -12,3 +12,9 @@
 .. branch: release-2.3.x
 
 .. branch: unify-call-ops
+
+.. branch: fix-bytearray-complexity
+Bytearray operations no longer copy the bytearray unnecessarily
+
+Added support for ``__getitem__``, ``__setitem__``, ``__getslice__``,
+``__setslice__``,  and ``__len__`` to RPython
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to