Skip to content
Snippets Groups Projects
Commit cd784667 authored by Armin Rigo's avatar Armin Rigo
Browse files

Move this bit of text from download.txt to features.txt.

parent c79230f0
No related branches found
No related tags found
No related merge requests found
......@@ -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`:
......
......@@ -6,7 +6,7 @@
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
......@@ -10,7 +10,8 @@
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`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment