[pypy-commit] pypy default: document branch

arigo pypy.commits at gmail.com
Sun Feb 19 04:02:32 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r90187:9638991ff70e
Date: 2017-02-19 10:01 +0100
http://bitbucket.org/pypy/pypy/changeset/9638991ff70e/

Log:	document branch

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
@@ -142,3 +142,11 @@
 it is the standard ``OrderedDict.move_to_end()`` method, but the
 behavior is also available on Python 2.x or for the ``dict`` type by
 calling ``__pypy__.move_to_end(dict, key, last=True)``.
+
+.. branch: space-newtext
+
+Internal refactoring of ``space.wrap()``, which is now replaced with
+explicitly-typed methods.  Notably, there are now ``space.newbytes()``
+and ``space.newtext()``: these two methods are identical on PyPy 2.7 but
+not on PyPy 3.x.  The latter is used to get an app-level unicode string
+by decoding the RPython string, assumed to be utf-8.


More information about the pypy-commit mailing list