Author: Carl Friedrich Bolz <[email protected]> Branch: extradoc Changeset: r5753:b9a56b065ac2 Date: 2016-11-21 15:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/b9a56b065ac2/
Log: _pypyjson 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 @@ -44,6 +44,9 @@ * 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 +* bonus: use all the features of _pypyjson from the json module again + (eg c_encode_basestring_ascii) + Milestone 1 (Aug-Sep-Oct 2016) ------------------------------ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
