From: Georg Brandl Date: Sun, 6 Oct 2013 11:20:49 +0000 (+0200) Subject: Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. X-Git-Tag: v2.7.6rc1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f6d598966f265348858cc73ea8975fc38d6efd;p=python Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. --- diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 8b51b97e11..159f84816d 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -1042,7 +1042,7 @@ These compilers require some special libraries. This task is more complex than for Borland's C++, because there is no program to convert the library. First you have to create a list of symbols which the Python DLL exports. (You can find a good program for this task at -http://www.emmestech.com/software/pexports-0.43/download_pexports.html). +http://sourceforge.net/projects/mingw/files/MinGW/Extension/pexports/). .. I don't understand what the next line means. --amk .. (inclusive the references on data structures.)