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

hpk at codespeak.net hpk at codespeak.net
Thu Mar 22 07:44:03 CET 2007


Author: hpk
Date: Thu Mar 22 07:44:00 2007
New Revision: 41007

Modified:
   pypy/dist/pypy/doc/__pypy__-module.txt
Log:
some rewording at the beginning and reshuffling (py.py special 
functionality last IMO)


Modified: pypy/dist/pypy/doc/__pypy__-module.txt
==============================================================================
--- pypy/dist/pypy/doc/__pypy__-module.txt	(original)
+++ pypy/dist/pypy/doc/__pypy__-module.txt	Thu Mar 22 07:44:00 2007
@@ -2,26 +2,19 @@
 The ``__pypy__`` module
 =======================
 
-The ``__pypy__`` module contains special PyPy-specific functionality. Its
-contents varies greatly, depending on which `configuration options`_ are used.
+The ``__pypy__`` module is the main entry point to special features provided
+by PyPy's standard interpreter. Its content depends on `configuration options`_ 
+which may add new functionality and functions whose existence or non-existence 
+indicates the presence of such features. 
 
 .. _`configuration options`: config/index.html
 
-
 Generally available functionality
 =================================
 
  - ``internal_repr(obj)``: return the interpreter-level representation of an
    object.
 
-Functionality available on py.py
-================================
-
- - ``isfake(obj)``: returns True if ``obj`` is faked.
-
- - ``interp_pdb()``: start a pdb at interpreter-level.
-
-
 Thunk Object Space Functionality
 ================================
 
@@ -58,4 +51,14 @@
 
 .. _`transparent proxies`: objspace-proxies.html#tproxy
 
+
+Functionality available on py.py
+================================
+
+ - ``isfake(obj)``: returns True if ``obj`` is faked.
+
+ - ``interp_pdb()``: start a pdb at interpreter-level.
+
+
+
 XXX missing taint obj space docs



More information about the Pypy-commit mailing list