mirror of https://github.com/python/cpython
[Bug #713722] Delete dangling references to unwritten sections
This commit is contained in:
parent
47172b4fab
commit
e9a54a3eaf
|
@ -79,9 +79,7 @@ in Python, there are no arbitrary limits to what you can do with it,
|
||||||
though you should be careful about putting arbitrarily expensive
|
though you should be careful about putting arbitrarily expensive
|
||||||
operations in your setup script. Unlike, say, Autoconf-style configure
|
operations in your setup script. Unlike, say, Autoconf-style configure
|
||||||
scripts, the setup script may be run multiple times in the course of
|
scripts, the setup script may be run multiple times in the course of
|
||||||
building and installing your module distribution. If you need to
|
building and installing your module distribution.
|
||||||
insert potentially expensive processing steps into the Distutils
|
|
||||||
chain, see section~\ref{extending} on extending the Distutils.
|
|
||||||
|
|
||||||
If all you want to do is distribute a module called \module{foo},
|
If all you want to do is distribute a module called \module{foo},
|
||||||
contained in a file \file{foo.py}, then your setup script can be as
|
contained in a file \file{foo.py}, then your setup script can be as
|
||||||
|
@ -1365,8 +1363,7 @@ the \file{.spec} file manually:
|
||||||
|
|
||||||
(Although a better way to do this is probably to override the standard
|
(Although a better way to do this is probably to override the standard
|
||||||
\command{bdist\_rpm} command with one that writes whatever else you want
|
\command{bdist\_rpm} command with one that writes whatever else you want
|
||||||
to the \file{.spec} file; see section~\ref{extending} for information on
|
to the \file{.spec} file.)
|
||||||
extending the Distutils.)
|
|
||||||
|
|
||||||
|
|
||||||
\subsection{Creating Windows Installers}
|
\subsection{Creating Windows Installers}
|
||||||
|
|
Loading…
Reference in New Issue