[Python-checkins] devguide: Update a todo.

brett.cannon python-checkins at python.org
Wed Jan 19 02:26:41 CET 2011


brett.cannon pushed c1cbfd098562 to devguide:

http://hg.python.org/devguide/rev/c1cbfd098562
changeset:   140:c1cbfd098562
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 18 17:26:35 2011 -0800
summary:
  Update a todo.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -95,7 +95,8 @@
     Think about beginner task of properly making APIs private (i.e., leading
     underscore where needed) or finally documenting them;
     see http://mail.python.org/pipermail/python-dev/2010-November/105476.html
-    and http://bugs.python.org/issue10894
+    and http://bugs.python.org/issue10894; emailed Georg on 2011-01-18 to find
+    out if 'make coverage' even works for py3k
 
 .. todo::
     Make dev FAQ into a tools FAQ

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


More information about the Python-checkins mailing list