From 00619354b8f742d2e9c0b86f92640a571a260069 Mon Sep 17 00:00:00 2001 From: Pengkui Luo Date: Sat, 2 Nov 2013 05:56:54 -0500 Subject: [PATCH] PyPy recently released beta support to Python 3. --- docs/starting/which-python.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 2fc8525..0413a89 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -51,7 +51,7 @@ that rely on C extensions for their functionality (e.g. numpy) then CPython is your only choice. Being the reference implementation, all versions of the Python language are -available as CPython. Python 3 is only available as a CPython implementation. +available as CPython. PyPy ---- @@ -67,7 +67,8 @@ If you are looking to squeeze more performance out of your Python code, it's worth giving PyPy a try. On a suite of benchmarks, it's currently `over 5 times faster than CPython `_. -Currently PyPy supports Python 2.7. [#pypy_ver]_ +Currently PyPy supports Python 2.7. PyPy3 which targets Python 3 was recently +available as a beta release. [#pypy_ver]_ Jython ------