[pypy-svn] r53690 - pypy/branch/ctypes-stable/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Fri Apr 11 17:34:38 CEST 2008


Author: pedronis
Date: Fri Apr 11 17:34:37 2008
New Revision: 53690

Modified:
   pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
Log:
redundant here



Modified: pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	Fri Apr 11 17:34:37 2008
@@ -13,8 +13,6 @@
 * interpreter level code - code written in RPython, compiled
   to something else, say C, part of the interpreter.
 
-* for more information on PyPy see the `PyPy documentation`_.
-
 PyPy's ctypes implementation in its current state proves the
 feasibility of implementing a module with the same interface and
 behavior for PyPy as ctypes for CPython.
@@ -32,7 +30,6 @@
 Python based on a lower-level layer extension module ``_rawffi``.
 
 .. _`libffi`: http://sources.redhat.com/libffi/
-.. _`PyPy documentation`: http://codespeak.net/pypy/dist/pypy/doc/
 
 Low-level part: ``_rawffi``
 ============================



More information about the Pypy-commit mailing list