Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r88064:cf1fca4da201
Date: 2016-11-02 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/cf1fca4da201/

Log:    document branches

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
@@ -87,3 +87,13 @@
 ``struct.unpack`` now returns an ``int`` whenever the returned value fits,
 while previously it always returned a ``long`` for certains format codes such
 as ``Q`` (and also ``I``, ``L`` and ``q`` on 32 bit)
+
+.. branch: newinitwarn
+
+Issue warnings for stricter handling of ``__new/init__`` args (that
+become TypeErrors in python 3)
+
+.. branch: openssl-1.1
+
+PyPy can now be translated on a machine where the newer OpenSSL 1.1 is
+installed.  Thanks tumbleweed!
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to