Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: 
Changeset: r90732:62778ea2a449
Date: 2017-03-16 23:01 +0100
http://bitbucket.org/pypy/pypy/changeset/62778ea2a449/

Log:    start listing the unimplemented things in pypy3

diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst
--- a/pypy/doc/release-v5.7.0.rst
+++ b/pypy/doc/release-v5.7.0.rst
@@ -100,7 +100,6 @@
   * implement ``StringBuffer.get_raw_address`` for the buffer protocol, it is
     now possible to obtain the address of any readonly object without pinning 
it
   * refactor the initialization code in translating cpyext
-  * make ``__pypy__.attach_gdb`` work on Windows (with Visual Studio Debugger)
   * implement ``move_to_end(last=True/False)`` on RPython ordered dicts, make
     available as ``__pypy__.move_to_end`` and, on Py3.5,
     ``OrderedDict.move_to_end()``
@@ -166,14 +165,15 @@
 Highlights of the PyPy3.5 release (since 5.5 alpha released Oct, 2016)
 ==========================================================================
 
-Development moved from the py3k branch to the py3.5 branch in the PyPy 
bitbucket repo
+Development moved from the py3k branch to the py3.5 branch in the PyPy 
bitbucket repo.
 
 * New features
 
-  * this first PyPy3.5 release implements much, but not all, of Python 3.5.3
+  * this first PyPy3.5 release implements most of Python 3.5.3, exceptions are 
listed below
   * PEP 456 allowing secure and interchangable hash algorithms
   * use cryptography_'s cffi backend for SSL
 
+
 * Bug Fixes
 
   * implement fixes for some CPython issues that arose since the last release 
@@ -186,6 +186,12 @@
   * 
   * 
 
+* The following features of Python 3.5 are not implemented yet in PyPy:
+
+  * PEP 442: Safe object finalization
+  * PEP 489: Multi-phase extension module initialization
+  * XXX what else?
+
 .. _resolved: whatsnew-pypy2-5.7.0.html
 .. _19542: https://bugs.python.org/issue19542
 .. _2434: 
https://bitbucket.org/pypy/pypy/issues/2434/support-pybind11-in-conjunction-with-pypys
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to