summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'guide/interpreter.html')
-rw-r--r--guide/interpreter.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/guide/interpreter.html b/guide/interpreter.html
index b1b385a..243868d 100644
--- a/guide/interpreter.html
+++ b/guide/interpreter.html
@@ -171,16 +171,14 @@ provided as <code class="docutils literal notranslate"><span class="pre">dev-pyt
a stand-alone Python interpreter, it supports bidirectional interaction
between Python and Java libraries.</p>
<p>Jython development is very slow paced, and it is currently bound
-to Python 2.7. Gentoo does not support building packages for Jython
-anymore. The interpreter is still provided as <code class="docutils literal notranslate"><span class="pre">dev-java/jython</span></code>.</p>
+to Python 2.7. Gentoo does not provide Jython anymore.</p>
<p><a class="reference external" href="https://ironpython.net/">IronPython</a> is an implementation of Python for the .NET framework.
Alike Jython, it supports bidirectional interaction between Python
and .NET Framework. It is currently bound to Python 2.7. It is not
packaged in Gentoo.</p>
<p><a class="reference external" href="https://www.brython.info/">Brython</a> is an implementation of Python 3 for client-side web
programming (in JavaScript). It provides a subset of Python 3 standard
-library combined with access to DOM objects. It is packaged in Gentoo
-as <code class="docutils literal notranslate"><span class="pre">dev-python/brython</span></code>.</p>
+library combined with access to DOM objects.</p>
<p><a class="reference external" href="https://micropython.org/">MicroPython</a> is an implementation of Python 3 aimed for microcontrollers
and embedded environments. It aims to maintain some compatibility
with CPython while providing stripped down standard library