]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove all links to mingw.org (GH-24552)
authorJeremy Paige <ucodery@gmail.com>
Thu, 18 Feb 2021 19:43:35 +0000 (11:43 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 19:43:35 +0000 (11:43 -0800)
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
Doc/install/index.rst
Doc/using/windows.rst

index b6b7085fb35aa970c1b2579fd5c765a2a33c549c..48c6e76a682a4623179762f316516ba13f72ab14 100644 (file)
@@ -1071,8 +1071,7 @@ normal libraries do.
 .. [#] This also means you could replace all existing COFF-libraries with OMF-libraries
    of the same name.
 
-.. [#] Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more
-   information
+.. [#] Check https://www.sourceware.org/cygwin/ for more information
 
 .. [#] Then you have no POSIX emulation available, but you also don't need
    :file:`cygwin1.dll`.
index 0f713fcab4be8bc95ac05ea8a6517c62dd3ac6c1..3d638642f30080fd91592c9a603be23dc33c4eac 100644 (file)
@@ -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
 ===============