Author: Matti Picus <[email protected]> Branch: extradoc Changeset: r915:fa51d386eb32 Date: 2018-02-26 19:08 -0500 http://bitbucket.org/pypy/pypy.org/changeset/fa51d386eb32/
Log: fix issue #2765 diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -84,8 +84,6 @@ (32/64 bits), Mac OS X (64 bits), Windows (32 bits), OpenBSD, FreeBSD. All non-x86 versions 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> <div class="section" id="the-main-features-of-pypy"> <h1>The main features of PyPy:</h1> </div> diff --git a/source/features.txt b/source/features.txt --- a/source/features.txt +++ b/source/features.txt @@ -30,9 +30,6 @@ If you are interested in helping to move forward, see our `howtohelp`_ page. -We also have a beta release of **PyPy3** which implements **Python 3.2.5**. -It runs on the same platforms as above. - .. _`compatibility`: compat.html .. _`x86 (IA-32)`: http://en.wikipedia.org/wiki/IA-32 .. _`x86_64`: http://en.wikipedia.org/wiki/X86_64 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
