From f50b48d191eac9a93e798c204b4d81f993a45e13 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Mon, 7 Jan 2019 19:30:24 +0100
Subject: [PATCH] Add a link to the "limitation" docs page that selects the
 known differences in Python semantics from the Github issue tracker.

---
 docs/src/userguide/limitations.rst | 9 ++++++---
 1 file 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
-- 
2.30.9