[Python-checkins] cpython (2.7): 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:19 CEST 2013


http://hg.python.org/cpython/rev/5e7d6b3065d1
changeset:   86088:5e7d6b3065d1
branch:      2.7
parent:      86085:8b6dd8e6c4fc
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
@@ -1042,7 +1042,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