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

auc at codespeak.net auc at codespeak.net
Fri Feb 2 17:20:24 CET 2007


Author: auc
Date: Fri Feb  2 17:20:23 2007
New Revision: 37813

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
Log:
reminder about modules & config options


Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Fri Feb  2 17:20:23 2007
@@ -828,6 +828,11 @@
 The interpreter level expression has a ``space`` binding when
 it is executed.
 
+Having properly added an entry under pypy/module (e.g. mymodule)
+automagically creates a new config option (such as --withmod-mymodule
+and --withoutmod-mymodule (the later being the default)) for py.py and
+translate.py.
+
 Testing modules in ``pypy/lib``
 --------------------------------
 



More information about the Pypy-commit mailing list