[Python-checkins] cpython (3.3): Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs at .
georg.brandl
python-checkins at python.org
Sun Oct 6 13:20:11 CEST 2013
http://hg.python.org/cpython/rev/05749f49c8ed
changeset: 86086:05749f49c8ed
branch: 3.3
parent: 86083:a5d645505298
user: Georg Brandl <georg at python.org>
date: Sun Oct 06 13:20:49 2013 +0200
summary:
Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs at .
files:
Doc/install/index.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -1046,7 +1046,7 @@
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.)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list