[Python-checkins] devguide: Tweak the list to have beginner/intermediate/advanced tasks breakdown.

brett.cannon python-checkins at python.org
Sun Jan 9 00:15:38 CET 2011


brett.cannon pushed 380f91eb73a8 to devguide:

http://hg.python.org/devguide/rev/380f91eb73a8
changeset:   57:380f91eb73a8
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Sat Jan 08 15:15:33 2011 -0800
summary:
  Tweak the list to have beginner/intermediate/advanced tasks breakdown.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -11,6 +11,7 @@
    docquality
    helptriage
    fixingissues
+   silencewarnings
 
 
 .. todolist::
@@ -31,14 +32,15 @@
     * `PEP 8`_
 * :ref:`patch`
 * :ref:`runtests`
-* Projects to get familiar with the development process
+* Beginner tasks to become familiar with the development process
     * :ref:`coverage`
     * :ref:`docquality`
-* Projects for once you are comfortable
+* Intermediate tasks for once you are comfortable
     * :ref:`helptriage`
+* Advanced tasks
+    * Fixing issues found by the buildbots_
+    * :ref:`silencewarnings`
     * :ref:`fixingissues`
-    * `Fix all warnings raised when running the test suite w/ -uall <XXX>`_
-    * Fixing issues found by the buildbots_
 * `Gaining 'Developer' privileges for the issue tracker <XXX>`_
     * `Triaging issues <XXX>`_
     * `Reviewing patches <XXX>`_

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


More information about the Python-checkins mailing list