Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r956:b19fc2740663 Date: 2019-10-14 20:43 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b19fc2740663/
Log: Clarify that this is not the new sandboxing but the old one diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -172,7 +172,9 @@ documentation</a>.</li> </ul> <ul class="simple"> -<li>Sandboxing: A special safe version. Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>. +<li>Old-style sandboxing: A special safe version. +<em>This is NOT the version announced in-development during 2019!</em> +Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>. This version is <strong>not supported</strong> and not actively maintained. You will likely have to fix some issues yourself, or checkout an old version, or otherwise play around on your own. We provide this diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -185,7 +185,9 @@ .. __: https://bitbucket.org/pypy/revdb/ -* Sandboxing: A special safe version. Read the docs about sandboxing_. +* Old-style sandboxing: A special safe version. + *This is NOT the version announced in-development during 2019!* + Read the docs about sandboxing_. This version is **not supported** and not actively maintained. You will likely have to fix some issues yourself, or checkout an old version, or otherwise play around on your own. We provide this _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
