[pypy-svn] r44542 - pypy/dist/pypy/doc/config
antocuni at codespeak.net
antocuni at codespeak.net
Tue Jun 26 14:53:04 CEST 2007
Author: antocuni
Date: Tue Jun 26 14:53:04 2007
New Revision: 44542
Added:
pypy/dist/pypy/doc/config/translation.ootype.mangle.txt (contents, props changed)
pypy/dist/pypy/doc/config/translation.ootype.txt (contents, props changed)
Log:
documentation for the new options
Added: pypy/dist/pypy/doc/config/translation.ootype.mangle.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/translation.ootype.mangle.txt Tue Jun 26 14:53:04 2007
@@ -0,0 +1,3 @@
+Mangle the names of user defined attributes of the classes, in order
+to ensure that every name is unique. Default is true, and it should
+not be turned off unless you know what you are doing.
Added: pypy/dist/pypy/doc/config/translation.ootype.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/config/translation.ootype.txt Tue Jun 26 14:53:04 2007
@@ -0,0 +1 @@
+This group contains options specific for ootypesystem.
More information about the pypy-svn
mailing list