Author: Tristan Arthur <[email protected]> Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 Changeset: r89581:3607066a145c Date: 2017-01-15 12:12 +0000 http://bitbucket.org/pypy/pypy/changeset/3607066a145c/
Log: Fixed L81 to be more cohesive diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -77,8 +77,8 @@ You cannot import *any* extension module in a `sandboxed PyPy`_, sorry. Even the built-in modules available are very limited. Sandboxing in PyPy is a good proof of concept, and is without a doubt -safe IMHO, however it is only a proof of concept. It currently requires -some work from a motivated developer. Until then it can only be used for "pure Python" +safe IMHO, however it is only a proof of concept. It currently requires +some work from a motivated developer. However, until then it can only be used for "pure Python" examples: programs that import mostly nothing (or only pure Python modules, recursively). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
