Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r5700:c70f20cfb870
Date: 2016-09-07 17:35 +0200
http://bitbucket.org/pypy/extradoc/changeset/c70f20cfb870/

Log:    more things to do

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
@@ -48,6 +48,12 @@
   _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'``
+
+* ``_utf8`` in W_UnicodeObject used to be quasi-immutable,
+  document why it doesn't work and do a proper fix
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to