[pypy-commit] pypy default: Update the sandbox warning

arigo pypy.commits at gmail.com
Tue Sep 24 05:26:32 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r97596:c911fdf57c7d
Date: 2019-09-24 11:25 +0200
http://bitbucket.org/pypy/pypy/changeset/c911fdf57c7d/

Log:	Update the sandbox warning

diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
--- a/pypy/doc/sandbox.rst
+++ b/pypy/doc/sandbox.rst
@@ -3,10 +3,11 @@
 PyPy's sandboxing features
 ==========================
 
-.. warning:: This is not actively maintained. You will likely have to fix
-   some issues yourself, or otherwise play around on your own. We provide
-   this documentation for historical reasions, it will not translate or
-   run on the latest PyPy code base.
+.. warning:: This describes the old, unmaintained version.  A new version
+   is in progress and should be merged back to trunk at some point soon.
+   Please see its description here:
+   https://mail.python.org/pipermail/pypy-dev/2019-August/015797.html
+
 
 Introduction
 ------------


More information about the pypy-commit mailing list