Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r5961:cb251149f1ea Date: 2019-08-07 16:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/cb251149f1ea/
Log: tweaks diff --git a/blog/draft/2019-08-sandbox.rst b/blog/draft/2019-08-sandbox.rst --- a/blog/draft/2019-08-sandbox.rst +++ b/blog/draft/2019-08-sandbox.rst @@ -4,9 +4,9 @@ "sandbox" mode and upgrade it to PyPy3. Thanks to them, sandboxing will be given a second life! -Sandbox_ is a special version of PyPy that runs -in a fully-isolated mode. It gives a safe way to execute arbitrary Python -scripts (*whole* scripts, not small bits of code inside your larger Python +The `sandboxed PyPy`_ is a special version of PyPy that runs +fully isolated. It gives a safe way to execute arbitrary Python +programs (*whole* programs, not small bits of code inside your larger Python program). Such scripts can be fully untrusted, and they can try to do anything---there are no syntax-based restrictions, for example---but whatever they do, any communication with the external world is not actually done but @@ -37,5 +37,5 @@ Armin Rigo .. _Anvil: https://anvil.works -.. _sandbox: http://doc.pypy.org/en/latest/sandbox.html +.. _`sandboxed PyPy`: http://doc.pypy.org/en/latest/sandbox.html .. _`any other interpreter`: https://rpython.readthedocs.io/en/latest/examples.html _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
