[Python-checkins] bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)

vstinner webhook-mailer at python.org
Fri Feb 11 19:48:34 EST 2022


https://github.com/python/cpython/commit/ba5725171d9c411fc4764349205eff5cfc028797
commit: ba5725171d9c411fc4764349205eff5cfc028797
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: vstinner <vstinner at python.org>
date: 2022-02-12T01:48:26+01:00
summary:

bpo-46355: Amend What's New in Python 3.11 C API wording (GH-31288)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 95fce1e8e1082..5e7c89e68426e 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
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these functions
-  on old Python functions.
+  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these APIs
+  on older Python versions.
 
 * Changes of the :c:type:`PyThreadState` structure members:
 



More information about the Python-checkins mailing list