[Python-Dev] guidelines for contributing to Python

Guido van Rossum guido@beopen.com
Tue, 25 Jul 2000 08:43:58 -0500


>   There are a number of smaller manuals now (doc, dist, inst).

OK.  Since you've offered to do this, I have no objection.

>  > The C style guide might as well be one of the meta-PEPs, like the
>  > index (maybe call it PEP 0100).
> 
>   Should it?  I would expect it to be part of a single style guide or
> a chapter in the Extending & Embedding manual.

E&E is for writing 3rd party modules.  This is for the core code.

--Guido van Rossum (home page: http://dinsdale.python.org/~guido/)