diff options
author | George Yoshida <dynkin@gmail.com> | 2006-07-15 16:03:49 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-07-15 16:03:49 (GMT) |
commit | b2d5af8d9eba4baf6483cb34ea1cecbd5588d154 (patch) | |
tree | 388bab818d742658746bc997394579d2d5dbfa97 /Doc | |
parent | 76e268bb62000eafcee3dcd009c877d84b18b9a3 (diff) | |
download | cpython-b2d5af8d9eba4baf6483cb34ea1cecbd5588d154.zip cpython-b2d5af8d9eba4baf6483cb34ea1cecbd5588d154.tar.gz cpython-b2d5af8d9eba4baf6483cb34ea1cecbd5588d154.tar.bz2 |
Bug #15187702 : ext/win-cookbook.html has a broken link to distutils
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/windows.tex | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex index ca18a1e..e8ee4e1 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. |