[pypy-commit] pypy.org extradoc: Try to avoid confusion

arigo noreply at buildbot.pypy.org
Mon Apr 27 10:11:55 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r598:88189d3b1d8f
Date: 2015-04-27 10:12 +0200
http://bitbucket.org/pypy/pypy.org/changeset/88189d3b1d8f/

Log:	Try to avoid confusion

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -145,6 +145,7 @@
 <pre class="literal-block">
 cd pypy/sandbox
 pypy_interact.py path/to/pypy-sandbox
+# don't confuse it with pypy/goal/pyinteractive.py!
 </pre>
 <p>You get a fully sandboxed interpreter, in its own filesystem hierarchy
 (try <tt class="docutils literal"><span class="pre">os.listdir('/')</span></tt>).  For example, you would run an untrusted
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -113,6 +113,7 @@
 
    cd pypy/sandbox
    pypy_interact.py path/to/pypy-sandbox
+   # don't confuse it with pypy/goal/pyinteractive.py!
 
 You get a fully sandboxed interpreter, in its own filesystem hierarchy
 (try ``os.listdir('/')``).  For example, you would run an untrusted


More information about the pypy-commit mailing list