Author: Richard Plangger <[email protected]>
Branch: extradoc
Changeset: r738:53b0a434ba24
Date: 2016-04-29 08:48 +0200
http://bitbucket.org/pypy/pypy.org/changeset/53b0a434ba24/

Log:    some clarification and added operating systems on which they run
        (regenerated the page as well)

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -83,9 +83,10 @@
 <li><a class="reference external" 
href="http://en.wikipedia.org/wiki/IA-32";>x86 (IA-32)</a></li>
 <li><a class="reference external" 
href="http://en.wikipedia.org/wiki/X86_64";>x86_64</a></li>
 <li><a class="reference external" 
href="http://en.wikipedia.org/wiki/ARM";>ARM</a> platforms</li>
-<li><a class="reference external" 
href="https://de.wikipedia.org/wiki/PowerPC";>PPC</a> 64bit both little and big 
endian</li>
-<li><a class="reference external" 
href="https://de.wikipedia.org/wiki/System/390";>s390x</a> running on Linux</li>
+<li><a class="reference external" 
href="https://de.wikipedia.org/wiki/PowerPC";>PowerPC</a> 64bit both little and 
big endian</li>
+<li><a class="reference external" 
href="https://de.wikipedia.org/wiki/System/390";>System Z (s390x)</a></li>
 </ul>
+<p>The x86 runs on several platforms such as Linux, MacOS X, Windows, FreeBSD. 
All others are only supported on Linux.</p>
 <p>If you are interested in helping to move forward, see our <a 
class="reference external" href="howtohelp.html">howtohelp</a> page.</p>
 <p>We also have a beta release of <strong>PyPy3</strong> which implements 
<strong>Python 3.2.5</strong>.
 It runs on the same platforms as above.</p>
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -21,10 +21,12 @@
 
 * `x86 (IA-32)`_
 * `x86_64`_ 
-* `ARM`_ platforms
-* `PPC`_ 64bit both little and big endian
-* `s390x`_ running on Linux
+* `ARM`_ platforms (ARMv6 or ARMv7, with VFPv3)
+* `PowerPC`_ 64bit both little and big endian
+* `System Z (s390x)`_
 
+PyPy's x86 version runs on several operating systems such on Linux 32/64, Mac 
OS X 64, Windows, OpenBSD, freebsd.
+All others are only supported on Linux.
 
 If you are interested in helping to move forward, see our `howtohelp`_ page.
 
@@ -35,8 +37,8 @@
 .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32
 .. _`x86_64`: http://en.wikipedia.org/wiki/X86_64
 .. _`ARM`: http://en.wikipedia.org/wiki/ARM
-.. _`PPC`: https://de.wikipedia.org/wiki/PowerPC
-.. _`s390x`: https://de.wikipedia.org/wiki/System/390
+.. _`PowerPC`: https://de.wikipedia.org/wiki/PowerPC
+.. _`System Z (s390x)`: https://de.wikipedia.org/wiki/System/390
 .. _`howtohelp`: howtohelp.html
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to