Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r75884:53f81286eb86
Date: 2015-02-15 10:46 +0200
http://bitbucket.org/pypy/pypy/changeset/53f81286eb86/
Log: Merged in jstasiak/pypy (pull request #304)
Mention --withmod-... options in the documentation
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -188,6 +188,10 @@
it runs on CPython level. If you want to return to PyPy, press <Ctrl-D> (under
Linux) or <Ctrl-Z>, <Enter> (under Windows).
+Also note that not all modules are available by default in this mode (for
+example: ``_continuation`` needed by ``greenlet``) , you may need to use one of
+``--withmod-...`` command line options.
+
You may be interested in reading more about the distinction between
:ref:`interpreter-level and app-level <interpreter-level>`.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit