Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5674:f2ad0bddce13
Date: 2016-08-18 09:59 +0200
http://bitbucket.org/pypy/extradoc/changeset/f2ad0bddce13/

Log:    Add another point

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
@@ -6,13 +6,21 @@
 
 * Implement changes to memory view. e.g. hex(): 
https://bugs.python.org/issue9951 (plan_rich)
 
-* At some point, review lib-python/conftest.py to remove the skips
-  due to deadlocks (search for "XXX:")
 
 Finished
 --------
 
 
+Not in any milestone
+--------------------
+
+* At some point, review lib-python/conftest.py to remove the skips
+  due to deadlocks (search for "XXX:")
+
+* 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
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to