Author: Armin Rigo <[email protected]> Branch: stm-thread Changeset: r55132:ea4620f27eba Date: 2012-05-18 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ea4620f27eba/
Log: Add reference. diff --git a/pypy/doc/_ref.txt b/pypy/doc/_ref.txt --- a/pypy/doc/_ref.txt +++ b/pypy/doc/_ref.txt @@ -6,6 +6,7 @@ .. _`lib_pypy/greenlet.py`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/greenlet.py .. _`lib_pypy/pypy_test/`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/pypy_test/ .. _`lib_pypy/tputil.py`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/tputil.py +.. _`lib_pypy/transaction.py`: https://bitbucket.org/pypy/pypy/src/default/lib_pypy/transaction.py .. _`pypy/annotation`: .. _`pypy/annotation/`: https://bitbucket.org/pypy/pypy/src/default/pypy/annotation/ .. _`pypy/annotation/annrpython.py`: https://bitbucket.org/pypy/pypy/src/default/pypy/annotation/annrpython.py diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -47,7 +47,7 @@ work to be scheduled. The call to ``run()`` returns when all transactions have completed. -The module is written in pure Python (XXX not written yet, add url). +The module is written in pure Python (`lib_pypy/transaction.py`_). See the source code to see how it is based on the `low-level interface`_. @@ -192,3 +192,6 @@ ============== XXX + + +.. include:: _ref.txt _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
