Author: Armin Rigo <ar...@tunes.org>
Branch: stacklet
Changeset: r46795:74454125bf27
Date: 2011-08-26 17:04 +0200
http://bitbucket.org/pypy/pypy/changeset/74454125bf27/

Log:    Rename and rewrite these text files.

diff --git a/pypy/doc/config/objspace.usemodules._stacklet.txt 
b/pypy/doc/config/objspace.usemodules._continuation.txt
rename from pypy/doc/config/objspace.usemodules._stacklet.txt
rename to pypy/doc/config/objspace.usemodules._continuation.txt
--- a/pypy/doc/config/objspace.usemodules._stacklet.txt
+++ b/pypy/doc/config/objspace.usemodules._continuation.txt
@@ -1,3 +1,4 @@
-Use the '_stacklet' module. 
+Use the '_continuation' module. 
 
-Exposes the `stacklet` primitives.  See also :config:`translation.stacklet`.
+Exposes the `continulet` app-level primitives.
+See also :config:`translation.continuation`.
diff --git a/pypy/doc/config/translation.stacklet.txt 
b/pypy/doc/config/translation.continuation.txt
rename from pypy/doc/config/translation.stacklet.txt
rename to pypy/doc/config/translation.continuation.txt
--- a/pypy/doc/config/translation.stacklet.txt
+++ b/pypy/doc/config/translation.continuation.txt
@@ -1,2 +1,2 @@
-Enable the use of a stackless-like primitive called "stacklet",
-and the coroutines/greenlets/tasklets built on top.
+Enable the use of a stackless-like primitive called "stacklet".
+In PyPy, this is exposed at app-level by the "_continuation" module.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to