diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 11:20:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 11:20:49 (GMT) |
commit | e0f6d598966f265348858cc73ea8975fc38d6efd (patch) | |
tree | 150f65d253474c2e8c12f1a9c371f738a11ece62 /Doc/install | |
parent | 42dac47c960f97b4a7d325dcc822d2024e45eca2 (diff) | |
download | cpython-e0f6d598966f265348858cc73ea8975fc38d6efd.zip cpython-e0f6d598966f265348858cc73ea8975fc38d6efd.tar.gz cpython-e0f6d598966f265348858cc73ea8975fc38d6efd.tar.bz2 |
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 8b51b97..159f848 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.) |