[Python-checkins] pymigr: Update open issues: there are no more open issues in PEP 385. Branch structure

georg.brandl python-checkins at python.org
Mon Feb 28 08:54:55 CET 2011


georg.brandl pushed 829967ac436e to pymigr:

http://hg.python.org/pymigr/rev/829967ac436e
changeset:   117:829967ac436e
tag:         tip
user:        Georg Brandl <georg at python.org>
date:        Mon Feb 28 08:53:53 2011 +0100
summary:
  Update open issues: there are no more open issues in PEP 385.  Branch structure should be pretty much decided by now, workflow is by individual preference.

files:
  todo.txt

diff --git a/todo.txt b/todo.txt
--- a/todo.txt
+++ b/todo.txt
@@ -1,11 +1,3 @@
-Before final conversion (tentatively 2011-03-05)
-================================================
-
-* 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.
-  -> done in checkwhitespace.py?
-
 Done
 ====
 
@@ -28,15 +20,17 @@
   It's stricter but prevents from polluting the history with whitespace fix
   commits.
   -> done
+* some hook should prevent pushing python files indented by tabs.
+  -> done in checkwhitespace.py
 
 Optional/Low priority
 =====================
 
 * find a nice way of modifying the templates (possibly involving jinja)
 * 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
+  lookup WSGI app can reside permanently in a mod_wsgi process, building
+  a cache at startup should be sufficient)
+* investigate roundup-rietveld integration changes required
 
 After migration
 ===============

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


More information about the Python-checkins mailing list