[pypy-commit] pypy default: Merged in TreeStain/pypy-1/TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033 (pull request #507)

arigo pypy.commits at gmail.com
Sun Jan 15 08:35:12 EST 2017


Author: Armin Rigo <armin.rigo at gmail.com>
Branch: 
Changeset: r89583:9a9dee929787
Date: 2017-01-15 14:34 +0100
http://bitbucket.org/pypy/pypy/changeset/9a9dee929787/

Log:	Merged in TreeStain/pypy-1/TreeStain/main-lines-changed-in-l77-l83
	-made-para-1484471558033 (pull request #507)

	Main lines changed in L77 - L83. Made paragraph more
	cohesive/flowing.

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -32,10 +32,10 @@
 standard library.
 
 The language features (including builtin types and functions) are very
-complete and well tested, so if your project does not use many
+refined and well tested, so if your project doesn't use many
 extension modules there is a good chance that it will work with PyPy.
 
-We list the differences we know about in :doc:`cpython differences <cpython_differences>`.
+We list the known differences in :doc:`cpython differences <cpython_differences>`.
 
 
 Module xyz does not work with PyPy: ImportError
@@ -76,10 +76,10 @@
 
 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, really safe IMHO, but
-it is only a proof of concept.  It seriously requires someone working
-on it.  Before this occurs, it can only be used it for "pure Python"
-examples: programs that import mostly nothing (or only pure Python
+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. However, until then it can only be used for "pure Python"
+example: programs that import mostly nothing (or only pure Python
 modules, recursively).
 
 .. _`sandboxed PyPy`: sandbox.html


More information about the pypy-commit mailing list