[pypy-svn] r72046 - pypy/extradoc/pypy.org/source

arigo at codespeak.net arigo at codespeak.net
Wed Mar 10 14:04:11 CET 2010


Author: arigo
Date: Wed Mar 10 14:04:10 2010
New Revision: 72046

Modified:
   pypy/extradoc/pypy.org/source/download.txt
   pypy/extradoc/pypy.org/source/features.txt
Log:
Move this bit of text from download.txt to features.txt.


Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Wed Mar 10 14:04:10 2010
@@ -21,10 +21,6 @@
 | * `Building from source`_                       |
 +-------------------------------------------------+
 
-The release 1.2 of PyPy supports **Python version 2.5**. 
-If you are interested in helping
-with 2.6, 2.7 or 3.x features, `contact us`_!
-
 
 .. _`With a JIT Compiler`:
 

Modified: pypy/extradoc/pypy.org/source/features.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/features.txt	(original)
+++ pypy/extradoc/pypy.org/source/features.txt	Wed Mar 10 14:04:10 2010
@@ -6,11 +6,12 @@
 PyPy features
 ===========================================================
 
-PyPy implements Python language version 2.5. It supports all of the core
+**PyPy 1.2** implements **Python 2.5.** It supports all of the core
 language, passing Python test suite (with minor modifications that were
 already accepted in main python in newer versions). It supports most
 of commonly used Python standard library modules.  For known differences
-with CPython, see our `compatibility`_ page.
+with CPython, see our `compatibility`_ page.  If you are interested in
+helping with 2.6, 2.7 or 3.x features, `contact us`_!
 
 PyPy 1.2 runs essentially only on Intel `x86 (IA-32)`_.  On 64-bit platforms
 you have to use the 32-bit compatibility mode, for now -- or `contact us`_



More information about the Pypy-commit mailing list