Skip to content

Commit f03b61a

Browse files
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 (cherry picked from commit 743932d) Co-authored-by: Jeremy Paige <[email protected]>
1 parent b095520 commit f03b61a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Doc/install/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,7 @@ normal libraries do.
10641064
.. [#] This also means you could replace all existing COFF-libraries with OMF-libraries
10651065
of the same name.
10661066
1067-
.. [#] Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more
1068-
information
1067+
.. [#] Check https://www.sourceware.org/cygwin/ for more information
10691068
10701069
.. [#] Then you have no POSIX emulation available, but you also don't need
10711070
:file:`cygwin1.dll`.

Doc/using/windows.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,8 +1161,6 @@ For extension modules, consult :ref:`building-on-windows`.
11611161
MinGW gcc under Windows" or "Installing Python extension with distutils
11621162
and without Microsoft Visual C++" by Sébastien Sauvage, 2003
11631163

1164-
`MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_
1165-
11661164

11671165
Other Platforms
11681166
===============

0 commit comments

Comments
 (0)