Author: Richard Plangger <[email protected]>
Branch: extradoc
Changeset: r739:f5505f8ce414
Date: 2016-04-29 09:05 +0200
http://bitbucket.org/pypy/pypy.org/changeset/f5505f8ce414/

Log:    x86 on one line, regenerated source

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -80,13 +80,13 @@
 <a class="reference external" href="compat.html">compatibility</a> page.</p>
 <p>The following CPU architectures are supported and maintained:</p>
 <ul class="simple">
-<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="http://en.wikipedia.org/wiki/IA-32";>x86 (IA-32)</a> and <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 (ARMv6 or ARMv7, with 
VFPv3)</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>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.</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
@@ -19,8 +19,7 @@
 
 The following CPU architectures are supported and maintained:
 
-* `x86 (IA-32)`_
-* `x86_64`_ 
+* `x86 (IA-32)`_ and `x86_64`_ 
 * `ARM`_ platforms (ARMv6 or ARMv7, with VFPv3)
 * `PowerPC`_ 64bit both little and big endian
 * `System Z (s390x)`_
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to