[pypy-svn] r12623 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 13:30:49 CEST 2005


Author: hpk
Date: Fri May 20 13:30:49 2005
New Revision: 12623

Modified:
   pypy/dist/pypy/documentation/coding-guide.txt
Log:
issue64 done-cbb 

The wrapping and RPython section are ok for M0.5.  However,
the coding guide begins to feel a bit rough especially because
there is no nice introduction section that explains why all
the subchapters are there.  



Modified: pypy/dist/pypy/documentation/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/documentation/coding-guide.txt	(original)
+++ pypy/dist/pypy/documentation/coding-guide.txt	Fri May 20 13:30:49 2005
@@ -408,8 +408,8 @@
 (e.g. ``space.w_KeyError``, ``space.w_IndexError``, etc.).
 
 
-Inspecting ``w_xxx`` objects
-----------------------------
+Inspecting and unwrapping ``w_xxx`` objects
+--------------------------------------------
 
 The most delicate operation is for the interpreter to inspect
 a wrapped object, which must be done via the object space.



More information about the Pypy-commit mailing list