[Python-checkins] bpo-46355: Update pythoncapi_compat project URL (GH-31670)

vstinner webhook-mailer at python.org
Thu Mar 3 18:47:01 EST 2022


https://github.com/python/cpython/commit/ec4a580f7cada002441ae5611b909d56e3b5b613
commit: ec4a580f7cada002441ae5611b909d56e3b5b613
branch: main
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2022-03-04T00:46:56+01:00
summary:

bpo-46355: Update pythoncapi_compat project URL (GH-31670)

files:
M Doc/whatsnew/3.11.rst

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index fbfe02ccfc2c0..5843287ae8e18 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
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these two
+  <https://github.com/python/pythoncapi_compat>`__ 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
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these functions
+  <https://github.com/python/pythoncapi_compat>`__ to get these functions
   on old Python functions.
 
 



More information about the Python-checkins mailing list