[Python-checkins] devguide: Add placeholder for having people get involved by fixing warnings (e.g.,

brett.cannon python-checkins at python.org
Wed Jan 5 23:11:21 CET 2011


brett.cannon pushed 91293487e427 to devguide:

http://hg.python.org/devguide/rev/91293487e427
changeset:   28:91293487e427
user:        Brett Cannon <brett at python.org>
date:        Wed Jan 05 13:33:31 2011 -0800
summary:
  Add placeholder for having people get involved by fixing warnings (e.g., ResourceWarnings).

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -24,10 +24,11 @@
     * `PEP 7`_
     * `PEP 8`_
 * :ref:`patch`
-* `Running the test suite <XXX>`_
+* :ref:`runtests`
 * Projects to get familiar with the development process
     * `Help increase test coverage <XXX>`_
     * `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>`_

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


More information about the Python-checkins mailing list