Author: Manuel Jacob Branch: rpython-doc Changeset: r62081:b27bc64a8887 Date: 2013-03-05 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/b27bc64a8887/
Log: Move PyPy FAQ entries to top-level. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -4,10 +4,6 @@ .. contents:: - -General -======= - ------------- What is PyPy? ------------- @@ -134,10 +130,6 @@ process, including checking that all the previous assumptions about the (now-dead) object are still true about the new object. - -Development -=========== - ----------------------------------------------------------- How do I get into PyPy development? Can I come to sprints? ----------------------------------------------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
