[pypy-svn] r27504 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sat May 20 14:47:33 CEST 2006


Author: cfbolz
Date: Sat May 20 14:47:31 2006
New Revision: 27504

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
Log:
finally add a link to PEP 8 to the coding guide


Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Sat May 20 14:47:31 2006
@@ -8,7 +8,11 @@
 
 This document describes coding requirements and conventions for
 working with the PyPy code base.  Please read it carefully and
-ask back any questions you might have.
+ask back any questions you might have. The document does not talk
+very much about coding style issues. We mostly follow `PEP 8`_ though.
+If in doubt, follow the style that is already present in the code base.
+
+.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/
 
 .. _`RPython`:
 



More information about the Pypy-commit mailing list