[pypy-svn] r68997 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Thu Nov 5 18:42:01 CET 2009


Author: arigo
Date: Thu Nov  5 18:42:00 2009
New Revision: 68997

Modified:
   pypy/trunk/pypy/doc/docindex.txt
Log:
Link to cpython_differences from here.


Modified: pypy/trunk/pypy/doc/docindex.txt
==============================================================================
--- pypy/trunk/pypy/doc/docindex.txt	(original)
+++ pypy/trunk/pypy/doc/docindex.txt	Thu Nov  5 18:42:00 2009
@@ -21,6 +21,7 @@
 New features of PyPy's Python Interpreter and 
 Translation Framework: 
 
+  * `Differences between PyPy and CPython`_
   * `What PyPy can do for your objects`_
   * `Stackless and coroutines`_
   * `JIT Generation in PyPy`_ 
@@ -296,6 +297,7 @@
 .. _`taint object space`: objspace-proxies.html#taint
 .. _`thunk object space`: objspace-proxies.html#thunk
 .. _`transparent proxies`: objspace-proxies.html#tproxy
+.. _`Differences between PyPy and CPython`: cpython_differences.html
 .. _`What PyPy can do for your objects`: objspace-proxies.html
 .. _`Stackless and coroutines`: stackless.html
 .. _StdObjSpace: objspace.html#the-standard-object-space 



More information about the Pypy-commit mailing list