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 | 1cef2643260d40c61b458c6a59c33f1e19ba9754 (patch) | |
tree | 40cce03562b959d4326c9dbdc522a80b18dc0463 /Doc/install | |
parent | 9c2505b8fcb870824fac3478ca7091b770a228dc (diff) | |
download | cpython-1cef2643260d40c61b458c6a59c33f1e19ba9754.zip cpython-1cef2643260d40c61b458c6a59c33f1e19ba9754.tar.gz cpython-1cef2643260d40c61b458c6a59c33f1e19ba9754.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 e595309..738aaa1 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -1046,7 +1046,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.) |