[pypy-commit] extradoc extradoc: updates

arigo pypy.commits at gmail.com
Sun Oct 2 11:15:56 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5723:81ada0a9b92a
Date: 2016-10-02 17:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/81ada0a9b92a/

Log:	updates

diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3.5/milestone-1-progress.rst
+++ b/planning/py3.5/milestone-1-progress.rst
@@ -5,9 +5,7 @@
 In-progress ("Lock" section)
 ----------------------------
 
-
-* arigo: faulthandler module
-
+nothing
 
 
 Misc stuff not formally in any milestone
@@ -27,9 +25,6 @@
   _get_module_lock.<locals>.cb at 0x00007f118e2c0020> ignored``
   we're getting them now on start-up, investigate
 
-* ``print 5`` should give
-  ``SyntaxError: Missing parentheses in call to 'print'``
-
 * Windows: issue 2310: kill WindowsError
 
 * bytearray: 'del x[:10]' is now amortized constant-time


More information about the pypy-commit mailing list