Author: Wim Lavrijsen <[email protected]> Branch: reflex-support Changeset: r56035:7022f512e092 Date: 2012-07-11 12:45 -0700 http://bitbucket.org/pypy/pypy/changeset/7022f512e092/
Log: explain about p3k support diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -655,3 +655,15 @@ In that wrapper script you can rename methods exactly the way you need it. In the cling world, all these differences will be resolved. + + +Python3 +======= + +To change versions of CPython (to Python3, another version of Python, or later +to the `Py3k`_ version of PyPy), the only part that requires recompilation is +the bindings module, be it ``cppyy`` or ``libPyROOT.so`` (in PyCintex). +Although ``genreflex`` is indeed a Python tool, the generated reflection +information is completely independent of Python. + +.. _`Py3k`: https://bitbucket.org/pypy/pypy/src/py3k _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
