[pypy-commit] extradoc extradoc: Rename the sections

arigo pypy.commits at gmail.com
Wed Aug 31 05:13:39 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5696:55019142e241
Date: 2016-08-31 11:13 +0200
http://bitbucket.org/pypy/extradoc/changeset/55019142e241/

Log:	Rename the sections

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
@@ -1,8 +1,9 @@
-August 2016
-===========
+What would be cool to finish before the end of Milestone 1
+==========================================================
 
-Planned
--------
+
+In-progress ("Lock" section)
+----------------------------
 
 * richard: Implement changes to memory view. e.g. hex(): https://bugs.python.org/issue9951
   Seems to work, but test suite hangs to verify the CPython tests.
@@ -17,12 +18,9 @@
   module, or the enum module
 
 
-Finished
---------
 
-
-Not in any milestone
---------------------
+Misc stuff not formally in any milestone
+----------------------------------------
 
 * At some point, review lib-python/conftest.py to remove the skips
   due to deadlocks (search for "XXX:")
@@ -44,6 +42,8 @@
   accepting any object whatsoever(?!), which is supposedly a feature
   (see http://bugs.python.org/issue14705).
 
+* ``math.isclose()``
+
 
 Milestone 1 (Aug-Sep-Oct 2016)
 ------------------------------


More information about the pypy-commit mailing list