Skip to content

Commit 0061935

Browse files
committed
PyPy recently released beta support to Python 3.
1 parent be9ffbb commit 0061935

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/starting/which-python.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ that rely on C extensions for their functionality (e.g. numpy) then CPython
5151
is your only choice.
5252

5353
Being the reference implementation, all versions of the Python language are
54-
available as CPython. Python 3 is only available as a CPython implementation.
54+
available as CPython.
5555

5656
PyPy
5757
----
@@ -67,7 +67,8 @@ If you are looking to squeeze more performance out of your Python code, it's
6767
worth giving PyPy a try. On a suite of benchmarks, it's currently `over 5 times
6868
faster than CPython <http://speed.pypy.org/>`_.
6969

70-
Currently PyPy supports Python 2.7. [#pypy_ver]_
70+
Currently PyPy supports Python 2.7. PyPy3 which targets Python 3 was recently
71+
available as a beta release. [#pypy_ver]_
7172

7273
Jython
7374
------

0 commit comments

Comments
 (0)