Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5747:5ecd9f55400b Date: 2016-11-15 17:56 +0100 http://bitbucket.org/pypy/extradoc/changeset/5ecd9f55400b/
Log: 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 @@ -41,6 +41,9 @@ * PEP 475: Retry system calls failing with EINTR +* ast compiler: clean up POP_EXCEPT: either remove them, or use it to clean up + the "finally: name = None; del name" nonsense at the end of any except block + Milestone 1 (Aug-Sep-Oct 2016) ------------------------------ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
