[pypy-svn] r38976 - pypy/dist/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 15 22:54:06 CET 2007


Author: cfbolz
Date: Thu Feb 15 22:54:05 2007
New Revision: 38976

Modified:
   pypy/dist/pypy/doc/config/objspace.usemodules._file.txt
   pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt
Log:
pypymagic, file


Modified: pypy/dist/pypy/doc/config/objspace.usemodules._file.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules._file.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules._file.txt	Thu Feb 15 22:54:05 2007
@@ -1,2 +1,2 @@
-Use the '_file' module. 
-This module is essential, included by default and should not be removed.
+Use the '_file' module. It is an internal module that contains helper
+functionality for the builtin ``file`` type.

Modified: pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt
==============================================================================
--- pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt	(original)
+++ pypy/dist/pypy/doc/config/objspace.usemodules.pypymagic.txt	Thu Feb 15 22:54:05 2007
@@ -1,2 +1,7 @@
 Use the 'pypymagic' module. 
 This module is expected to be working and is included by default.
+It contains special (sometimes slightly magic) PyPy-specific functionality.
+For example most of the special functions described in the `object space proxy`
+document are in the module.
+
+.. _`object space proxy`: ../objspace-proxy.html



More information about the Pypy-commit mailing list