From: Victor Stinner Date: Thu, 3 Mar 2022 23:46:56 +0000 (+0100) Subject: bpo-46355: Update pythoncapi_compat project URL (GH-31670) X-Git-Tag: v3.11.0a6~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec4a580f7cada002441ae5611b909d56e3b5b613;p=thirdparty%2FPython%2Fcpython.git bpo-46355: Update pythoncapi_compat project URL (GH-31670) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index fbfe02ccfc2c..5843287ae8e1 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.