diff options
author | Georg Brandl <georg@python.org> | 2009-10-11 20:16:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-11 20:16:16 (GMT) |
commit | a4314c2b218fb0509a24c873a22137ff229a01fd (patch) | |
tree | caec1be7189cec098d74e7677b46da5d48831c8e /Doc/install | |
parent | 6728c5a762752260324b2015a2d47528f4c7194a (diff) | |
download | cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.zip cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.gz cpython-a4314c2b218fb0509a24c873a22137ff229a01fd.tar.bz2 |
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index c67ccee..3781ad9 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -940,7 +940,8 @@ following steps. 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/cygwin/pexports-0.43/download_pexports.html) +a good program for this task at +http://www.emmestech.com/software/pexports-0.43/download_pexports.html). .. I don't understand what the next line means. --amk .. (inclusive the references on data structures.) |