Author: Armin Rigo <[email protected]> Branch: Changeset: r90692:424e6359b48e Date: 2017-03-14 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/424e6359b48e/
Log: tweaks in this paragraph diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/pypy/doc/release-v5.7.0.rst @@ -16,9 +16,10 @@ Work proceeds at a good pace on the PyPy3.5 version due to a grant_ from the Mozilla Foundation, hence our first 3.5.3 beta -release. Thanks Mozilla !!! While we do not pass all tests, asyncio works +release. Thanks Mozilla !!! While we do not pass all tests, asyncio works and as `these benchmarks show`_ it already gives a nice speed bump. -We also backported the ``f""`` formatting from 3.6. +We also backported the ``f""`` formatting from 3.6 (as an expection; otherwise +"PyPy3.5" supports the Python 3.5 language). CFFI_ has been updated to 1.10, improving an already great package for interfacing with C. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
