summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-07 19:30:24 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-07 19:30:24 +0100
commitf50b48d191eac9a93e798c204b4d81f993a45e13 (patch)
treefe42e3d4184aac65e86fe28b644e7113b6f112af
parentfd760b0c402aa6ef18b859a5505dc8bcd0eda29c (diff)
downloadcython-f50b48d191eac9a93e798c204b4d81f993a45e13.tar.gz
Add a link to the "limitation" docs page that selects the known differences in Python semantics from the Github issue tracker.
-rw-r--r--docs/src/userguide/limitations.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/src/userguide/limitations.rst b/docs/src/userguide/limitations.rst
index 6128c308a..670f01d03 100644
--- a/docs/src/userguide/limitations.rst
+++ b/docs/src/userguide/limitations.rst
@@ -8,9 +8,12 @@ Limitations
This page used to list bugs in Cython that made the semantics of
compiled code differ from that in Python. Most of the missing
-features have been fixed in Cython 0.15. Note that a
-future version 1.0 of Cython is planned to provide full Python
-language compatibility.
+features have been fixed in Cython 0.15. A future version of
+Cython is planned to provide full Python language compatibility.
+For now, the issue tracker can provide an overview of deviations
+that we are aware of and would like to see fixed.
+
+https://github.com/cython/cython/labels/Python%20Semantics
Below is a list of differences that we will probably not be addressing.
Most of these things that fall more into the implementation details rather