Author: Armin Rigo <[email protected]> Branch: Changeset: r67595:1e3a1707f812 Date: 2013-10-25 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1e3a1707f812/
Log: Mention rpython.rlib.* diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -266,6 +266,7 @@ You cannot use most existing standard library modules from RPython. The exceptions are some functions in ``os``, ``math`` and ``time`` that have native support. +We have our own "RPython standard library" in ``rpython.rlib.*``. To read more about the RPython limitations read the `RPython description`_. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
