[Python-checkins] devguide: Add a note about a possible starter project.

brett.cannon python-checkins at python.org
Wed Jan 5 23:11:21 CET 2011


brett.cannon pushed fb2acaf637a5 to devguide:

http://hg.python.org/devguide/rev/fb2acaf637a5
changeset:   30:fb2acaf637a5
user:        Brett Cannon <brett at python.org>
date:        Wed Jan 05 14:08:53 2011 -0800
summary:
  Add a note about a possible starter project.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -74,6 +74,10 @@
     Move various informational PEPs out of the PEP index and over here
     (.e.g, grammar and compiler guides)
 
+.. 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.
+
 
 .. _buildbots: http://python.org/dev/buildbot/
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007

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


More information about the Python-checkins mailing list