summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-05 05:37:47 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-05 05:37:47 (GMT)
commit7449231eca9867dcee73c8456a35764bd97127fc (patch)
treebad95c1eb759d052b1c33ccfa69c3fa64604549b
parent9beeefbb450529723c5c2673be2373324adcc077 (diff)
downloadcpython-7449231eca9867dcee73c8456a35764bd97127fc.zip
cpython-7449231eca9867dcee73c8456a35764bd97127fc.tar.gz
cpython-7449231eca9867dcee73c8456a35764bd97127fc.tar.bz2
#16862: remove outdated statements about Stackless.
-rw-r--r--Doc/faq/design.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index 30a0197..c3061ae 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -345,9 +345,6 @@ support for C.
Answer 2: Fortunately, there is `Stackless Python <http://www.stackless.com>`_,
which has a completely redesigned interpreter loop that avoids the C stack.
-It's still experimental but looks very promising. Although it is binary
-compatible with standard Python, it's still unclear whether Stackless will make
-it into the core -- maybe it's just too revolutionary.
Why can't lambda forms contain statements?