Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 743932d

Browse files
authored
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
1 parent 44085a3 commit 743932d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Doc/install/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,8 +1071,7 @@ normal libraries do.
10711071
.. [#] This also means you could replace all existing COFF-libraries with OMF-libraries
10721072
of the same name.
10731073
1074-
.. [#] Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more
1075-
information
1074+
.. [#] Check https://www.sourceware.org/cygwin/ for more information
10761075
10771076
.. [#] Then you have no POSIX emulation available, but you also don't need
10781077
:file:`cygwin1.dll`.

Doc/using/windows.rst

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

1152-
`MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_
1153-
11541152

11551153
Other Platforms
11561154
===============

0 commit comments

Comments
 (0)