From: Erlend Egeberg Aasland Date: Sat, 12 Feb 2022 00:48:26 +0000 (+0100) Subject: bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288) X-Git-Tag: v3.11.0a6~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba5725171d9c411fc4764349205eff5cfc028797;p=thirdparty%2FPython%2Fcpython.git bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 95fce1e8e108..5e7c89e68426 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -874,8 +874,8 @@ Porting to Python 3.11 #endif Or use `the pythoncapi_compat project - `__ to get these functions - on old Python functions. + `__ to get these APIs + on older Python versions. * Changes of the :c:type:`PyThreadState` structure members: