[pypy-svn] r46416 - pypy/dist/pypy/translator/sandbox
arigo at codespeak.net
arigo at codespeak.net
Sat Sep 8 11:03:28 CEST 2007
Author: arigo
Date: Sat Sep 8 11:03:28 2007
New Revision: 46416
Modified:
pypy/dist/pypy/translator/sandbox/pypy_interact.py
Log:
Document how to use ledit with pypy_interact.
Modified: pypy/dist/pypy/translator/sandbox/pypy_interact.py
==============================================================================
--- pypy/dist/pypy/translator/sandbox/pypy_interact.py (original)
+++ pypy/dist/pypy/translator/sandbox/pypy_interact.py Sat Sep 8 11:03:28 2007
@@ -12,6 +12,11 @@
with the 'k', 'm' or 'g' suffix respectively.
ATM this only works with PyPy translated with Boehm.
--timeout=N limit execution time to N (real-time) seconds.
+
+Note that you can get readline-like behavior with a tool like 'ledit',
+provided you use enough -u options:
+
+ ledit python -u pypy_interact.py pypy-c-sandbox -u
"""
import sys, os
More information about the Pypy-commit
mailing list