[pypy-commit] pypy py3.5: Document merged branches

amauryfa pypy.commits at gmail.com
Thu Apr 6 17:09:10 EDT 2017


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3.5
Changeset: r91011:0710ee3e66e6
Date: 2017-04-06 23:04 +0200
http://bitbucket.org/pypy/pypy/changeset/0710ee3e66e6/

Log:	Document merged branches

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
@@ -5,3 +5,12 @@
 .. this is the revision after release-pypy3.3-5.7.x was branched
 .. startrev: afbf09453369
 
+.. branch: win32-faulthandler
+
+Enable the 'faulthandler' module on Windows;
+this unblocks the Python test suite.
+
+.. branch: superjumbo
+
+Implement posix.posix_fallocate() and posix.posix_fadvise()
+


More information about the pypy-commit mailing list