[Python-checkins] devguide: Prep for a patches doc.

brett.cannon python-checkins at python.org
Wed Jan 5 01:27:31 CET 2011


brett.cannon pushed acd182640aaf to devguide:

http://hg.python.org/devguide/rev/acd182640aaf
changeset:   24:acd182640aaf
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 04 15:31:58 2011 -0800
summary:
  Prep for a patches doc.

Also slip in the placeholder for a discussion on communication on
Python's development. Also add a todo about moving info PEPs about how
to hack on things (e.g., the compiler PEP) into the Resources section.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -5,6 +5,7 @@
    :hidden:
 
    setup
+   patch
 
 
 .. todolist::
@@ -22,7 +23,7 @@
 * Coding style guides
     * `PEP 7`_
     * `PEP 8`_
-* `Submitting a patch <XXX>`_
+* :ref:`patch`
 * Projects to get familiar with the development process
     * `Help increase test coverage <XXX>`_
     * `Make all unit tests discoverable by unittest <XXX>`_
@@ -34,6 +35,7 @@
 * `Gaining 'Developer' privileges for the issue tracker <XXX>`_
     * `Triaging issues <XXX>`_
     * `Reviewing patches <XXX>`_
+* `Following Python's development <XXX>`_
 * `Gaining commit privileges <XXX>`_
     * `Committing patches <XXX>`_
 
@@ -65,6 +67,10 @@
 .. todo::
     Write a README.gdb for Misc to cover both gdbinit and python-gdb.py
 
+.. todo::
+    Move various informational PEPs out of the PEP index and over here
+    (.e.g, grammar and compiler guides)
+
 
 .. _buildbots: http://python.org/dev/buildbot/
 .. _PEP 7: http://www.python.org/dev/peps/pep-0007

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


More information about the Python-checkins mailing list