diff options
author | Jeremy Paige <ucodery@gmail.com> | 2021-02-18 19:43:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 19:43:35 (GMT) |
commit | 743932d50815edbe4ffd530ae091c53ae47dd34b (patch) | |
tree | 90f664bfa3682da4d1c79f48f0bf278e6b5caee2 /Doc/using | |
parent | 44085a3fc9a150478aec1872dd1079c60dcc42f6 (diff) | |
download | cpython-743932d50815edbe4ffd530ae091c53ae47dd34b.zip cpython-743932d50815edbe4ffd530ae091c53ae47dd34b.tar.gz cpython-743932d50815edbe4ffd530ae091c53ae47dd34b.tar.bz2 |
Remove all links to mingw.org (GH-24552)
This lease on this domain has lapsed. This not only makes these dead links, but a potential attack vector for readers of python.org as the domain can be obtained by an untrustworthy party.
I considered redirecting these links to http://mingw-w64.org/ which is a maintained fork of mingw, but beyond my unfamiliarity with the exact level of compatibility, at the time of this PR that site had an expired cert and so is not much of a vulnerability fix.
Automerge-Triggered-By: GH:Mariatta
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 0f713fc..3d63864 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1149,8 +1149,6 @@ For extension modules, consult :ref:`building-on-windows`. MinGW gcc under Windows" or "Installing Python extension with distutils and without Microsoft Visual C++" by Sébastien Sauvage, 2003 - `MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_ - Other Platforms =============== |