[Python-checkins] pymigr: Update todo

antoine.pitrou python-checkins at python.org
Sat Feb 26 21:34:16 CET 2011


antoine.pitrou pushed 3a259f1c9553 to pymigr:

http://hg.python.org/pymigr/rev/3a259f1c9553
changeset:   112:3a259f1c9553
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 26 21:34:14 2011 +0100
summary:
  Update todo

files:
  todo.txt

diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -1,13 +1,10 @@
 Before final conversion (tentatively 2011-03-05)
 ================================================
 
-* HALF DONE investigate roundup changes required
-  (issue links are done, rietveld integration pending)
 * resolve open issues in PEP 385
 * (optionally) fight some more about workflow and decide the branch structure
 * some hook should prevent pushing python files indented by tabs.
-* some hook should prevent pushing to the 2.x trunk.
-* some hook should prevent breaking EOL conventions.
+  -> done in checkwhitespace.py?
 
 Done
 ====
@@ -21,6 +18,12 @@
   -> see svnrev.py in extensions repo
 * craft .hgeol and make sure we comply with it
   -> should be done, see py3k svn branch
+* some hook should prevent pushing to the 2.x trunk.
+  -> should be done, see cpython test repo
+* some hook should prevent breaking EOL conventions.
+  -> should be done, see cpython test repo
+* roundup integration (issue links, changeset links)
+  -> should be done
 
 Optional/Low priority
 =====================
@@ -29,16 +32,18 @@
 * check if we should speed up svn revision matching/lookups (since the
   lookup WSGI app resides permanently in a mod_wsgi process, building a
   cache at startup should be sufficient)
+* investigate roundup + rietveld integration changes required
 
 After migration
 ===============
 
-* set up automatic installation of changes to ssh keys, decide upon
+* set up automatic (?) installation of changes to ssh keys, decide upon
   account managers
 * adapt build identification for Windows build process (see
   build-identification directory)
 * adapt Python-ast.c version generation process
 
+
 Buildbot
 --------
 

--
Repository URL: http://hg.python.org/pymigr


More information about the Python-checkins mailing list