=============
What is This?
=============

This directory is for the development of might (potentially) become
dev.python.org.


=============
What to Cover
=============

Make sure there is a clear note saying that even experience developers of other
projects should at least peruse all documents for Python-specific tricks (e.g.
--with-pydebug).

* Tool setup & compilation
* Source Code Tour

    + Directory structure
    + Relevant PEPs (e.g. grammar and compiler PEPs, and have all future PEPs
      like these just go into the docs)

* Running and writing tests
* Creating a patch
* PEPs

    + Link to process PEP
    + Link to PEP 12 (reST PEP)

* Things anyone can do to help
* Becoming a Developer on the issue tracker

    + Bug attrition

* Becoming a core developer

    + How to do a commit
    + Helping out on the issue tracker


=================
What Not to Cover
=================

* Adding a new module to the standard library
    Should be a PEP on that instead w/ a link from dev