Helllo,

while reading the docs, I noticed that a link is less specific than possible.
The URL points to a section in Python 3.8 Changelog, while the relevant item
is about 25th in the list.  It took me some time to find out: I wasn't able
to realize what is the relevat part of changelog at first.  I haven't understood
it until I returned to the page after some research elsewhere.

Attach please find proposed one-line patch to the docs, against current master.
(Sorry, I cannot easily create PR at the moment.)

With kind reagrds,
   Stepan Kasal
>From b625dc61a5c1af71295240743e4cde7ddc95c9c3 Mon Sep 17 00:00:00 2001
From: Stepan Kasal <stepan.ka...@rsj.com>
Date: Fri, 20 Nov 2020 09:42:07 +0100
Subject: [PATCH] docs: link to specific changelog item

---
 docs/src/tutorial/appendix.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/tutorial/appendix.rst b/docs/src/tutorial/appendix.rst
index c76d6f6c3..ea93bb54b 100644
--- a/docs/src/tutorial/appendix.rst
+++ b/docs/src/tutorial/appendix.rst
@@ -32,7 +32,7 @@ Python 3.8+
 -----------
 
 Since Python 3.8, the search paths of DLL dependencies has been reset.
-(`changelog <https://docs.python.org/3/whatsnew/3.8.html#changes-in-the-python-api>`_)
+(`changelog <https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew>`_)
 
 Only the system paths, the directory containing the DLL or PYD file
 are searched for load-time dependencies.
-- 
2.27.0.windows.1

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to