Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r63113:35e0cafe9bab
Date: 2013-04-07 13:45 +0200
http://bitbucket.org/pypy/pypy/changeset/35e0cafe9bab/

Log:    Note that compatibility is not 100%.

diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -18,7 +18,7 @@
 to write (entirely at app-level) more user-friendly interfaces.
 
 Currently PyPy implements greenlets_ on top of continulets.  It also
-implements tasklets and channels, emulating the model
+implements (an approximation of) tasklets and channels, emulating the model
 of `Stackless Python`_.
 
 Continulets are extremely light-weight, which means that PyPy should be
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to