[pypy-commit] pypy stm-thread-2: Link to project-ideas.rst.

arigo noreply at buildbot.pypy.org
Fri Sep 28 12:37:34 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: stm-thread-2
Changeset: r57635:17e4b45eb9d6
Date: 2012-09-28 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/17e4b45eb9d6/

Log:	Link to project-ideas.rst.

diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -118,7 +118,7 @@
 interface`_, but only if you use ``thread.atomic`` directly.  In the
 high-level interface, the running code is either single-threaded
 (outside ``transaction.run()``) or systematically running in
-``thred.atomic`` blocks.
+``thread.atomic`` blocks.
 
 If you *are* using ``thread.atomic`` directly, then a common way for
 this issue to show up is using ``print`` statements: this is due to the
@@ -243,4 +243,12 @@
 XXX
 
 
+See also
+========
+
+See also
+https://bitbucket.org/pypy/pypy/raw/default/pypy/doc/project-ideas.rst
+(section about STM).
+
+
 .. include:: _ref.txt


More information about the pypy-commit mailing list