[pypy-commit] extradoc extradoc: done

arigo pypy.commits at gmail.com
Sun Feb 5 09:34:05 EST 2017


Author: Armin Rigo <arigo at tunes.org>
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.
 


More information about the pypy-commit mailing list