[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Sun Oct 6 13:20:12 CEST 2013


http://hg.python.org/cpython/rev/3771924e77d2
changeset:   86087:3771924e77d2
parent:      86084:4e5fdc3131dc
parent:      86086:05749f49c8ed
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 13:20:55 2013 +0200
summary:
  merge with 3.3

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