[pypy-svn] r23595 - in pypy/dist/pypy: bin doc

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Feb 22 16:08:28 CET 2006


Author: cfbolz
Date: Wed Feb 22 16:08:22 2006
New Revision: 23595

Added:
   pypy/dist/pypy/bin/translatorshell.py
      - copied unchanged from r23583, pypy/dist/pypy/bin/translator.py
Removed:
   pypy/dist/pypy/bin/translator.py
Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
rename bin/translator.py to translatorshell.py.
fix getting-started accordingly


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Wed Feb 22 16:08:22 2006
@@ -333,10 +333,10 @@
     `Dot Graphviz`_ that does not crash. This is only needed if you want to
     look at the flowgraphs.
 
-To start the interactive translator do::
+To start the interactive translator shell do::
 
     cd pypy/bin
-    python translator.py
+    python translatorshell.py
 
 Test snippets of translatable code are provided in the file
 ``pypy/translator/test/snippet.py``, which is imported under the name



More information about the Pypy-commit mailing list