From aeca6b5e6b8fec1c6c519d0eea3f2a6a0048caaf Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 3 Mar 2022 23:11:21 +0100 Subject: [PATCH] bpo-46355: Update pythoncapi_compat project URL --- Doc/whatsnew/3.11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index fbfe02ccfc2c0c..5843287ae8e18f 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -909,7 +909,7 @@ Porting to Python 3.11 #endif Or use the `pythoncapi_compat project - `__ to get these two + `__ to get these two functions on older Python versions. * Changes of the :c:type:`PyThreadState` structure members: @@ -962,7 +962,7 @@ Porting to Python 3.11 #endif Or use `the pythoncapi_compat project - `__ to get these functions + `__ to get these functions on old Python functions.