[pypy-commit] pypy default: document merged branch

mattip pypy.commits at gmail.com
Mon Jun 20 15:09:57 EDT 2016


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r85259:31f278535f89
Date: 2016-06-20 21:57 +0300
http://bitbucket.org/pypy/pypy/changeset/31f278535f89/

Log:	document merged 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
@@ -1,6 +1,6 @@
-=========================
+==========================
 What's new in PyPy2.7 5.3+
-=========================
+==========================
 
 .. this is a revision shortly after release-pypy2.7-v5.3
 .. startrev: 873218a739f1
@@ -37,3 +37,8 @@
 
 .. branch: pyfile-tell
 Sync w_file with the c-level FILE* before returning FILE* in PyFile_AsFile
+
+.. branch: rw-PyString_AS_STRING
+Allow rw access to the char* returned from PyString_AS_STRING, also refactor
+PyStringObject to look like cpython's and allow subclassing PyString_Type and
+PyUnicode_Type


More information about the pypy-commit mailing list