[Python-checkins] devguide: Make a todo issue10966

brett.cannon python-checkins at python.org
Fri Jan 21 00:46:20 CET 2011


brett.cannon pushed a7d08d88b89e to devguide:

http://hg.python.org/devguide/rev/a7d08d88b89e
changeset:   174:a7d08d88b89e
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 15:40:58 2011 -0800
summary:
  Make a todo issue10966

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -111,12 +111,6 @@
     Talk to Collin et. al. about an unladen task; emailed 2011-01-17
 
 .. 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.
-
-.. todo::
     Could have people help make tests discoverable by unittest, but it requires
     some upfront work (e.g., how to handle ResourceDenied)
 

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


More information about the Python-checkins mailing list