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

Move this paragraph higher, before the "optional" items.

parent b0ff4e10
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,10 @@
often run <a class="reference external" href="http://speed.pypy.org/">faster</a> on PyPy. <a class="reference external" href="http://en.wikipedia.org/wiki/Just-in-time_compilation">(What is a JIT compiler?)</a></li>
<li><strong>Memory usage:</strong> large, memory-hungry Python programs might end up
taking <a class="reference external" href="http://morepypy.blogspot.com/2009/10/gc-improvements.html">less space</a> than they do in CPython.</li>
<li><strong>Compatibility:</strong> PyPy is <a class="reference external" href="compat.html">highly compatible</a> with existing python code.
It supports <a class="reference external" href="http://docs.python.org/release/2.7.1/library/ctypes.html">ctypes</a> and can run popular python libraries like <a class="reference external" href="http://twistedmatrix.com/">twisted</a>
and <a class="reference external" href="http://www.djangoproject.com/">django</a>.</li>
<li><strong>Sandboxing:</strong> PyPy provides the ability to <a class="reference external" href="features.html#sandboxing">run untrusted code</a> in a
fully secure way.</li>
<li><strong>Stackless:</strong> PyPy can be configured to run in <a class="reference external" href="http://www.stackless.com/">stackless</a> mode,
providing micro-threads for massive concurrency.</li>
......@@ -58,10 +61,7 @@
<li><strong>Sandboxing:</strong> PyPy provides the ability to <a class="reference external" href="features.html#sandboxing">run untrusted code</a> in a
fully secure way.</li>
<li><strong>Stackless:</strong> PyPy can be configured to run in <a class="reference external" href="http://www.stackless.com/">stackless</a> mode,
providing micro-threads for massive concurrency.</li>
<li><strong>Compatibility:</strong> PyPy is <a class="reference external" href="compat.html">highly compatible</a> with existing python code.
It supports <a class="reference external" href="http://docs.python.org/release/2.7.1/library/ctypes.html">ctypes</a> and can run popular python libraries like <a class="reference external" href="http://twistedmatrix.com/">twisted</a>
and <a class="reference external" href="http://www.djangoproject.com/">django</a>.</li>
<li>As well as other <a class="reference external" href="features.html">features</a>.</li>
</ul>
</blockquote>
......
......@@ -12,9 +12,13 @@
* **Memory usage:** large, memory-hungry Python programs might end up
taking `less space`_ than they do in CPython.
* **Compatibility:** PyPy is `highly compatible`_ with existing python code.
It supports `ctypes`_ and can run popular python libraries like `twisted`_
and `django`_.
* **Sandboxing:** PyPy provides the ability to `run untrusted code`_ in a
fully secure way.
* **Stackless:** PyPy can be configured to run in `stackless`_ mode,
providing micro-threads for massive concurrency.
......@@ -15,13 +19,9 @@
* **Sandboxing:** PyPy provides the ability to `run untrusted code`_ in a
fully secure way.
* **Stackless:** PyPy can be configured to run in `stackless`_ mode,
providing micro-threads for massive concurrency.
* **Compatibility:** PyPy is `highly compatible`_ with existing python code.
It supports `ctypes`_ and can run popular python libraries like `twisted`_
and `django`_.
* As well as other `features`_.
.. class:: download
......
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