summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-03-03 23:46:56 (GMT)
committerGitHub <noreply@github.com>2022-03-03 23:46:56 (GMT)
commitec4a580f7cada002441ae5611b909d56e3b5b613 (patch)
tree7530307c41091eb19a2d37c9dd1db35510d593ba
parentad1b04451d3aca2c6fa6dbe2891676a4e0baac49 (diff)
downloadcpython-ec4a580f7cada002441ae5611b909d56e3b5b613.zip
cpython-ec4a580f7cada002441ae5611b909d56e3b5b613.tar.gz
cpython-ec4a580f7cada002441ae5611b909d56e3b5b613.tar.bz2
bpo-46355: Update pythoncapi_compat project URL (GH-31670)
-rw-r--r--Doc/whatsnew/3.11.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index fbfe02c..5843287 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.