[pypy-commit] pypy default: formatting, index missing whatsnew

mattip pypy.commits at gmail.com
Sun Apr 14 17:36:44 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r96493:005bf0d4bd35
Date: 2019-04-15 00:36 +0300
http://bitbucket.org/pypy/pypy/changeset/005bf0d4bd35/

Log:	formatting, index missing whatsnew

diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst
--- a/pypy/doc/index-of-whatsnew.rst
+++ b/pypy/doc/index-of-whatsnew.rst
@@ -7,6 +7,7 @@
 .. toctree::
 
    whatsnew-head.rst
+   whatsnew-pypy2-7.1.0.rst
    whatsnew-pypy2-7.0.0.rst
    whatsnew-pypy2-6.0.0.rst
    whatsnew-pypy2-5.10.0.rst
diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++ b/pypy/doc/release-v7.1.1.rst
@@ -71,8 +71,11 @@
 Changes shared across versions:
 
 * Improve performance of ``u''.append``
+
 * Prevent a crash in ``zlib`` when flushing a closed stream
+
 * Fix a few corner cases when encountering unicode values above 0x110000
+
 * Teach the JIT how to handle very large constant lists, sets, or dicts
 * Fix building on ARM32 (issue 2984_)
 * Fix a bug in register assignment in ARM32


More information about the pypy-commit mailing list