https://github.com/python/cpython/commit/53b7b0f78200feef570724e021241bbfd036c38a
commit: 53b7b0f78200feef570724e021241bbfd036c38a
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-01-26T14:51:49Z
summary:

[3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects 
(GH-129308) (#129317)

Co-authored-by: partev <[email protected]>

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index e1adf533e8afba..a156ea2e57a6a5 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -552,8 +552,6 @@
     r'https://github.com/python/cpython/tree/.*': 
'https://github.com/python/cpython/blob/.*',
     # Intentional HTTP use at Misc/NEWS.d/3.5.0a1.rst
     r'http://www.python.org/$': 'https://www.python.org/$',
-    # Used in license page, keep as is
-    r'https://www.zope.org/': r'https://www.zope.dev/',
     # Microsoft's redirects to learn.microsoft.com
     r'https://msdn.microsoft.com/.*': 'https://learn.microsoft.com/.*',
     r'https://docs.microsoft.com/.*': 'https://learn.microsoft.com/.*',

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to