[pypy-commit] pypy default: Add a warning that it's tested with PyPy2.

arigo noreply at buildbot.pypy.org
Sun Apr 27 10:58:15 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
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
 --------


More information about the pypy-commit mailing list