[pypy-commit] pypy py3.6: fix whatsnew fwiw

mattip pypy.commits at gmail.com
Fri Sep 20 01:31:48 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
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
+


More information about the pypy-commit mailing list