From: George Yoshida Date: Sat, 15 Jul 2006 16:12:49 +0000 (+0000) Subject: Backport revision 50664 X-Git-Tag: v2.4.4c1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3776d0d0f9303aab33ea1b9f7ae7686a68eed189;p=thirdparty%2FPython%2Fcpython.git Backport revision 50664 Bug #15187702 : ext/win-cookbook.html has a broken link to distutils --- diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex index a82109480c03..ec4d6c7ea8ac 100644 --- a/Doc/ext/windows.tex +++ b/Doc/ext/windows.tex @@ -28,13 +28,15 @@ Python; typically Microsoft Visual \Cpp. \section{A Cookbook Approach \label{win-cookbook}} There are two approaches to building extension modules on Windows, -just as there are on \UNIX: use the \refmodule{distutils} package to +just as there are on \UNIX: use the +\citetitle[../lib/module-distutils.html]{distutils} package to control the build process, or do things manually. The distutils approach works well for most extensions; documentation on using -\refmodule{distutils} to build and package extension modules is -available in \citetitle[../dist/dist.html]{Distributing Python -Modules}. This section describes the manual approach to building -Python extensions written in C or \Cpp. +\citetitle[../lib/module-distutils.html]{distutils} to build and +package extension modules is available in +\citetitle[../dist/dist.html]{Distributing Python Modules}. This +section describes the manual approach to building Python extensions +written in C or \Cpp. To build extensions using these instructions, you need to have a copy of the Python sources of the same version as your installed Python.