[Python-checkins] devguide: Drop the TESTFN -> tempfile.NamedTemporaryFile task idea.
brett.cannon
python-checkins at python.org
Tue Jan 18 01:18:29 CET 2011
brett.cannon pushed 5afd44980405 to devguide:
http://hg.python.org/devguide/rev/5afd44980405
changeset: 114:5afd44980405
tag: tip
user: Brett Cannon <brett at python.org>
date: Mon Jan 17 16:18:22 2011 -0800
summary:
Drop the TESTFN -> tempfile.NamedTemporaryFile task idea.
files:
index.rst
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -91,9 +91,6 @@
authors on 2011年01月17日
.. todo::
- move off of test.support.TESTFN to tempfile.NamedTemporaryFile
-
-.. 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
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list