Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5773:811543e4ff04 Date: 2017-02-05 15:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/811543e4ff04/
Log: done diff --git a/planning/py3.5/milestone-2-progress.rst b/planning/py3.5/milestone-2-progress.rst --- a/planning/py3.5/milestone-2-progress.rst +++ b/planning/py3.5/milestone-2-progress.rst @@ -17,6 +17,7 @@ * collections.py: ``OrderedDict`` should again be a thin wrapper over ``dict``. The main pain point is ``move_to_end(last=False)``. See https://mail.python.org/pipermail/python-dev/2016-August/145837.html + [DONE] * compare ``dir(posix)`` on py3.5 and cpython 3.5. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
