[Python-checkins] devguide: Update some todos.
brett.cannon
python-checkins at python.org
Mon Jan 17 23:33:33 CET 2011
brett.cannon pushed 42da8dbe9a30 to devguide:
http://hg.python.org/devguide/rev/42da8dbe9a30
changeset: 110:42da8dbe9a30
tag: tip
user: Brett Cannon <brett at python.org>
date: Mon Jan 17 14:33:24 2011 -0800
summary:
Update some todos.
files:
index.rst
diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -91,8 +91,7 @@
authors on 2011-01-17
.. todo::
- See if tempfile or test.support has a context manager that creates and
- deletes a temp file so as to move off of test.support.TESTFN.
+ move off of test.support.TESTFN to tempfile.NamedTemporaryFile
.. todo::
Create test.support.optional_import() for tests to use to import modules
@@ -123,7 +122,7 @@
nothing is missing here
.. todo::
- Talk to Collin et. al. about an unladen task.
+ Talk to Collin et. al. about an unladen task; emailed 2011-01-17
Indices and tables
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list