[pypy-commit] pypy pypyw: document branch

mattip noreply at buildbot.pypy.org
Fri May 22 00:04:24 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: pypyw
Changeset: r77464:40deb49e57df
Date: 2015-05-22 01:04 +0300
http://bitbucket.org/pypy/pypy/changeset/40deb49e57df/

Log:	document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -117,4 +117,12 @@
 
 .. branch: cffi-1.0
 
+branch cffi-1.0
 PyPy now includes CFFI 1.0.
+
+.. branch: pypyw
+
+branch pypyw
+PyPy on windows provides a non-console pypyw.exe as well as pypy.exe.
+Similar to pythonw.exe, any use of stdout, stderr without redirection
+will crash.


More information about the pypy-commit mailing list