[Python-checkins] devguide: Possible task to silence compiler warnings.

brett.cannon python-checkins at python.org
Wed Jan 19 23:19:50 CET 2011


brett.cannon pushed c1e6a5811b8b to devguide:

http://hg.python.org/devguide/rev/c1e6a5811b8b
changeset:   148:c1e6a5811b8b
user:        Brett Cannon <brett at python.org>
date:        Wed Jan 19 14:02:01 2011 -0800
summary:
  Possible task to silence compiler warnings.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -107,6 +107,9 @@
     Talk to Collin et. al. about an unladen task; emailed 2011-01-17
 
 .. todo::
+    Task to make sure there are no warnings emitted during compilation
+
+.. todo::
     Go through http://docs.pythonsprints.com/core_development/ to make sure
     nothing is missing here
 

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


More information about the Python-checkins mailing list