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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Dec 4 14:17:47 CET 2007


Author: cfbolz
Date: Tue Dec  4 14:17:46 2007
New Revision: 49335

Removed:
   pypy/dist/pypy/doc/rctypes.txt
Modified:
   pypy/dist/pypy/doc/standalone-howto.txt
Log:
remove rctypes docs


Modified: pypy/dist/pypy/doc/standalone-howto.txt
==============================================================================
--- pypy/dist/pypy/doc/standalone-howto.txt	(original)
+++ pypy/dist/pypy/doc/standalone-howto.txt	Tue Dec  4 14:17:46 2007
@@ -9,6 +9,8 @@
 way to compile it is not as described below, but by writing a target
 file as described in the `FAQ entries`_.)
 
+**Warning:** the bits of this howto that describe rctypes are outdated
+
 ========================================
 
 First, see the note above.
@@ -99,7 +101,7 @@
 Now we can sum with different kinds of lists, eg.
 ``sum([1,2,3])`` and ``sum([1.0,2.0,3.0])``.
 
-Here is an example of using rctypes_::
+Here is an example of using rctypes::
 
     import ctypes
     from ctypes import c_int, c_char_p


More information about the pypy-svn mailing list