Author: Matti Picus <[email protected]> Branch: py3.6 Changeset: r97557:f98d9defef9b Date: 2019-09-20 08:31 +0300 http://bitbucket.org/pypy/pypy/changeset/f98d9defef9b/
Log: fix whatsnew fwiw diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -39,3 +39,13 @@ Fix handling of __debug__, sys.flags.optimize, and '-O' command-line flag to match CPython 3.6. + +.. branch: more-cpyext + +Add ``PyErr_SetFromWindowsErr`` and ``pytime.h``, ``pytime.c``. Fix order of +fields in ``Py_buffer``. + +.. branch: Ryan-Hileman/add-support-for-zipfile-stdlib-1562420744699 + +Add support for the entire stdlib being inside a zipfile + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
