[Python-checkins] devguide: Priority todo list.

brett.cannon python-checkins at python.org
Tue Jan 18 20:42:42 CET 2011


brett.cannon pushed 916b9286ccec to devguide:

http://hg.python.org/devguide/rev/916b9286ccec
changeset:   124:916b9286ccec
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 18 11:42:37 2011 -0800
summary:
  Priority todo list.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -93,10 +93,9 @@
     2011-01-17 if there were objections to my plans
 
 .. todo::
-    Create test.support.optional_import() for tests to use to import modules
-    that are optional on various platforms. This would allow for moving away
-    from ImportError representing a skipped test and also rip out the
-    expectations stuff from regrtest and put it with the tests instead.
+    Figure out where to put instructions for triagers on filling out issue
+    fields properly; change pop-up explanations in tracker to point to doc
+    appropriately; http://wiki.python.org/moin/TrackerDocs/
 
 .. todo::
     Think about beginner task of properly making APIs private (i.e., leading
@@ -105,23 +104,24 @@
     and http://bugs.python.org/issue10894
 
 .. todo::
-    Could have people help make tests discoverable by unittest, but it requires
-    some upfront work (e.g., how to handle ResourceDenied)
+    Make dev FAQ into a tools FAQ
 
 .. todo::
-    Figure out where to put instructions for triagers on filling out issue
-    fields properly; change pop-up explanations in tracker to point to doc
-    appropriately; http://wiki.python.org/moin/TrackerDocs/
+    Talk to Collin et. al. about an unladen task; emailed 2011-01-17
 
 .. todo::
     Go through http://docs.pythonsprints.com/core_development/ to make sure
     nothing is missing here
 
 .. todo::
-    Talk to Collin et. al. about an unladen task; emailed 2011-01-17
+    Create test.support.optional_import() for tests to use to import modules
+    that are optional on various platforms. This would allow for moving away
+    from ImportError representing a skipped test and also rip out the
+    expectations stuff from regrtest and put it with the tests instead.
 
 .. todo::
-    Make dev FAQ into a tools FAQ
+    Could have people help make tests discoverable by unittest, but it requires
+    some upfront work (e.g., how to handle ResourceDenied)
 
 
 Indices and tables

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


More information about the Python-checkins mailing list