Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5687:15bcc24aeee2 Date: 2016-08-28 22:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/15bcc24aeee2/
Log: done diff --git a/planning/py3.5/2016-august-progress.rst b/planning/py3.5/2016-august-progress.rst --- a/planning/py3.5/2016-august-progress.rst +++ b/planning/py3.5/2016-august-progress.rst @@ -11,8 +11,6 @@ We should make a plan to impl. that on default with cpyext support and merge it back to py3.5. Matti's opinion on that would be great! -* arigo: New marshal format - Finished -------- @@ -72,6 +70,8 @@ (POSIX-DONE, missing Win32) * The marshal format has been made more compact and efficient + (DONE, maybe a small optimization left---TYPE_*ASCII*---that + depends on compact unicode representation) * enum: Support for enumeration types (PEP 435). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
