[Python-checkins] Remove VOC reference (93333)

miss-islington webhook-mailer at python.org
Tue May 31 13:49:20 EDT 2022


https://github.com/python/cpython/commit/694455d5eddaee6b8a0a1e47fc0de56c02a489fe
commit: 694455d5eddaee6b8a0a1e47fc0de56c02a489fe
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-05-31T10:49:14-07:00
summary:

Remove VOC reference (93333)


VOC has been archived by the BeeWare project, and they are instead
embedding CPython, rather than transpiling to Java bytecode.
(cherry picked from commit bb900712a5511ba82ef64105fe28d2a6886a8fed)

Co-authored-by: Carl Bordum Hansen <carl at bordum.dk>

files:
M Doc/faq/design.rst

diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index ff83a1b8134b7..a624fdb07a17d 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language?
 `Cython <http://cython.org/>`_ compiles a modified version of Python with
 optional annotations into C extensions.  `Nuitka <http://www.nuitka.net/>`_ is
 an up-and-coming compiler of Python into C++ code, aiming to support the full
-Python language. For compiling to Java you can consider
-`VOC <https://voc.readthedocs.io>`_.
+Python language.
 
 
 How does Python manage memory?



More information about the Python-checkins mailing list