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

pedronis at codespeak.net pedronis at codespeak.net
Sun Apr 19 16:12:27 CEST 2009


Author: pedronis
Date: Sun Apr 19 16:12:26 2009
New Revision: 64374

Modified:
   pypy/trunk/pypy/doc/release-1.1.0.txt
Log:
link to getting started, XXX ack

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:12:26 2009
@@ -2,16 +2,17 @@
 PyPy 1.1: Compatibility & Consolidation
 ==========================================
 
-Welcome to the PyPy 1.1 release – the first release after the end of EU
+Welcome to the PyPy 1.1 release - the first release after the end of EU
 funding. This release focuses on making PyPy's Python interpreter more
 compatible with CPython (we are currently targetting CPython 2.5).
 
+PyPy's Getting Started lives at:
+
+   http://codespeak.net/pypy/dist/pypy/doc/getting-started.html
 
 Highlights of This Release
 ==========================
 
-.. Improvements to the Python Interpreter
-
   - More of CPython's standard-library extension modules are supported,
     among them ctypes, sqlite3, csv. Most of these modules extension are
     fully supported under Windows as well.
@@ -93,3 +94,5 @@
     http://codespeak.net/pipermail/pypy-dev/2009q2/005143.html
     http://morepypy.blogspot.com/2009/03/good-news-everyone.html
     http://morepypy.blogspot.com/2009/03/jit-bit-of-look-inside.html
+
+XXX ack



More information about the Pypy-commit mailing list