Author: Matti Picus <[email protected]> Branch: Changeset: r95755:e4986da8a6c5 Date: 2019-01-31 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e4986da8a6c5/
Log: extend description of fix in release notes diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst --- a/pypy/doc/release-v7.0.0.rst +++ b/pypy/doc/release-v7.0.0.rst @@ -129,7 +129,8 @@ * Speed up ``max(list-of-int)`` from non-jitted code * Fix Windows ``os.listdir()`` for some cases (see CPython #32539) * Add ``select.PIPE_BUF`` -* Use ``subprocess`` to avoid shell injection in ``shutil`` module +* Use ``subprocess`` to avoid shell injection in ``shutil`` module - backport + of https://bugs.python.org/issue34540 * Rename ``_Py_ZeroStruct`` to ``_Py_FalseStruct`` (Py3.5, Py3.6) * Remove some cpyext names for Py3.5, Py3.6 * Enable use of unicode file names in ``dlopen`` _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
