Author: Jakub Stasiak <ja...@stasiak.at> Branch: Changeset: r75883:4fac268cd818 Date: 2015-02-15 01:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4fac268cd818/
Log: 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 pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit