[pypy-commit] pypy rpython-doc: Split FAQ entry 'What is PyPy?'.

Manuel Jacob noreply at buildbot.pypy.org
Tue Mar 5 14:51:37 CET 2013


Author: Manuel Jacob
Branch: rpython-doc
Changeset: r62080:dc2d75ffad9d
Date: 2013-03-05 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/dc2d75ffad9d/

Log:	Split FAQ entry 'What is PyPy?'.

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -12,12 +12,8 @@
 What is PyPy?
 -------------
 
-PyPy is both:
-
- - a reimplementation of Python in Python, and
-
- - a framework for implementing interpreters and virtual machines for
-   programming languages, especially dynamic languages.
+PyPy is a reimplementation of Python in Python, using the RPython translation
+toolchain.
 
 PyPy tries to find new answers about ease of creation, flexibility,
 maintainability and speed trade-offs for language implementations.
diff --git a/rpython/doc/faq.rst b/rpython/doc/faq.rst
--- a/rpython/doc/faq.rst
+++ b/rpython/doc/faq.rst
@@ -4,6 +4,13 @@
 
 .. contents::
 
+----------------
+What is RPython?
+----------------
+
+RPython is a framework for implementing interpreters and virtual machines for
+programming languages, especially dynamic languages.
+
 ------------------------------------------------
 Can RPython compile normal Python programs to C?
 ------------------------------------------------


More information about the pypy-commit mailing list