Author: Armin Rigo <[email protected]> Branch: Changeset: r71013:8d74019d7760 Date: 2014-04-27 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/8d74019d7760/
Log: Add a warning that it's tested with PyPy2. diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst --- a/pypy/doc/sandbox.rst +++ b/pypy/doc/sandbox.rst @@ -42,6 +42,10 @@ use this sandboxed PyPy from a regular Python interpreter (CPython, or an unsandboxed PyPy). Contributions welcome. +.. warning:: + + Tested with PyPy2. May not work out of the box with PyPy3. + Overview -------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
