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

antocuni at codespeak.net antocuni at codespeak.net
Sun Apr 19 16:36:14 CEST 2009


Author: antocuni
Date: Sun Apr 19 16:36:12 2009
New Revision: 64378

Modified:
   pypy/trunk/pypy/doc/release-1.1.0.txt
Log:
small tweaks


Modified: pypy/trunk/pypy/doc/release-1.1.0.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.1.0.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.1.0.txt	Sun Apr 19 16:36:12 2009
@@ -55,7 +55,9 @@
 
   - The ``clr`` module was greatly improved. This module is used to
     interface with .NET libraries when translating the Python
-    interpreter to the CLR.
+    interpreter to the CLI.
+
+    http://codespeak.net/pypy/trunk/pypy/doc/clr-module.html
     http://morepypy.blogspot.com/2008/01/pypynet-goes-windows-forms.html
     http://morepypy.blogspot.com/2008/01/improve-net-integration.html
 
@@ -70,7 +72,7 @@
     http://morepypy.blogspot.com/2007/12/faster-implementation-of-classic.html
 
   - PyPy's Python interpreter can be translated to Java bytecode now to
-    produce a pypy-jvm. At the moment there is no integration yet with
+    produce a pypy-jvm. At the moment there is no integration with
     Java libraries, so this is not really useful yet.
 
   - We added cross-compilation machinery to our translation toolchain to



More information about the Pypy-commit mailing list