[Python-checkins] devguide: Merge intermediate and advanced issues into a single advanced one.

brett.cannon python-checkins at python.org
Mon Jan 10 02:03:55 CET 2011


brett.cannon pushed dd5a2f58ba52 to devguide:

http://hg.python.org/devguide/rev/dd5a2f58ba52
changeset:   60:dd5a2f58ba52
user:        Brett Cannon <brett at python.org>
date:        Sun Jan 09 16:57:45 2011 -0800
summary:
  Merge intermediate and advanced issues into a single advanced one.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -35,16 +35,15 @@
 * Beginner tasks to become familiar with the development process
     * :ref:`coverage`
     * :ref:`docquality`
-* Intermediate tasks for once you are comfortable
+* Advanced tasks for once you are comfortable
+    * Fixing issues found by the buildbots_
+    * :ref:`silencewarnings`
+    * :ref:`fixingissues`
     * :ref:`helptriage`
 * `Gaining 'Developer' privileges for the issue tracker <XXX>`_
     * `Triaging issues <XXX>`_
     * `Reviewing patches <XXX>`_
 * `Following Python's development <XXX>`_
-* Advanced tasks
-    * Fixing issues found by the buildbots_
-    * :ref:`silencewarnings`
-    * :ref:`fixingissues`
 * `Gaining commit privileges <XXX>`_
     * `Committing patches <XXX>`_
 

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


More information about the Python-checkins mailing list