[pypy-commit] pypy unicode-utf8: document branch to be merged

mattip pypy.commits at gmail.com
Wed Feb 13 17:07:08 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: unicode-utf8
Changeset: r96001:2418468b1574
Date: 2019-02-13 23:06 +0200
http://bitbucket.org/pypy/pypy/changeset/2418468b1574/

Log:	document branch to be merged

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
@@ -28,3 +28,7 @@
 .. branch: regalloc-playgrounds
 
 Improve register allocation in the JIT.
+
+.. branch: unicode-utf8
+
+Use utf8 internally to represent unicode, with the goal of never using rpython-level unicode


More information about the pypy-commit mailing list