mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
It updates links which redirect to HTTPS with different authority or path.
This commit is contained in:
parent
621b33ce25
commit
d0d0154443
13 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
/* C implementation for the date/time type documented at
|
||||
* http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage
|
||||
* https://www.zope.dev/Members/fdrake/DateTimeWiki/FrontPage
|
||||
*/
|
||||
|
||||
/* bpo-35081: Defining this prevents including the C API capsule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue