[pypy-svn] r41500 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Tue Mar 27 16:52:17 CEST 2007


Author: arigo
Date: Tue Mar 27 16:52:16 2007
New Revision: 41500

Modified:
   pypy/dist/pypy/doc/extcompiler.txt
Log:
The --usemodules option doesn't exist any more.


Modified: pypy/dist/pypy/doc/extcompiler.txt
==============================================================================
--- pypy/dist/pypy/doc/extcompiler.txt	(original)
+++ pypy/dist/pypy/doc/extcompiler.txt	Tue Mar 27 16:52:16 2007
@@ -75,7 +75,7 @@
 
 * run it with PyPy on top of CPython.  Example::
 
-    $ python pypy/bin/py.py --usemodules=_demo
+    $ python pypy/bin/py.py --withmod_demo
     PyPy 0.99.0 in StdObjSpace on top of Python 2.4.3
     >>>> import _demo
     >>>> _demo.measuretime(10000, long)
@@ -86,7 +86,7 @@
   Example::
 
     $ cd pypy/translator/goal
-    $ python translate.py targetpypystandalone --usemodules=_demo
+    $ python translate.py targetpypystandalone --withmod-_demo
     [wait for 30 minutes]
     [translation:info] created: ./pypy-c
     (Pbd)



More information about the Pypy-commit mailing list