[Python-checkins] devguide: Since the test suite doesn't raise any warnings on a basic run, making the idea

brett.cannon python-checkins at python.org
Fri Jan 7 01:23:43 CET 2011


brett.cannon pushed 09668b5e2141 to devguide:

http://hg.python.org/devguide/rev/09668b5e2141
changeset:   44:09668b5e2141
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 06 16:15:28 2011 -0800
summary:
  Since the test suite doesn't raise any warnings on a basic run, making the idea of having people try to fix warnings as a more advanced thing.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -31,11 +31,11 @@
 * Projects to get familiar with the development process
     * :ref:`coverage`
     * `Make all unit tests discoverable by unittest <XXX>`_
-    * `Fix all warnings raised when running the test suite w/ -uall <XXX>`_
     * `Fixing documentation bugs <XXX>`_
 * Projects for once you are comfortable
     * `Helping triage issues <XXX>`_
     * `Fixing issues considered "easy" <XXX>`_ (and beyond)
+    * `Fix all warnings raised when running the test suite w/ -uall <XXX>`_
     * Watching the buildbots_
 * `Gaining 'Developer' privileges for the issue tracker <XXX>`_
     * `Triaging issues <XXX>`_

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


More information about the Python-checkins mailing list