[pypy-svn] r64938 - pypy/trunk/pypy/doc
arigo at codespeak.net
arigo at codespeak.net
Fri May 1 13:58:24 CEST 2009
Author: arigo
Date: Fri May 1 13:58:22 2009
New Revision: 64938
Modified:
pypy/trunk/pypy/doc/getting-started-python.txt
Log:
Add a warning.
Modified: pypy/trunk/pypy/doc/getting-started-python.txt
==============================================================================
--- pypy/trunk/pypy/doc/getting-started-python.txt (original)
+++ pypy/trunk/pypy/doc/getting-started-python.txt Fri May 1 13:58:22 2009
@@ -284,8 +284,9 @@
Now you are ready to start running Python code. Most Python
modules should work if they don't involve CPython extension
-modules. Here is an example of determining PyPy's performance
-in pystones::
+modules. **This is slow, and most C modules are not present by
+default even if they are standard!** Here is an example of
+determining PyPy's performance in pystones::
>>>> from test import pystone
>>>> pystone.main(10)
More information about the Pypy-commit
mailing list