Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e9a54a3e
Commit
e9a54a3e
authored
May 13, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #713722] Delete dangling references to unwritten sections
parent
47172b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
Doc/dist/dist.tex
Doc/dist/dist.tex
+2
-5
No files found.
Doc/dist/dist.tex
View file @
e9a54a3e
...
...
@@ -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
operations in your setup script. Unlike, say, Autoconf-style configure
scripts, the setup script may be run multiple times in the course of
building and installing your module distribution. If you need to
insert potentially expensive processing steps into the Distutils
chain, see section~
\ref
{
extending
}
on extending the Distutils.
building and installing your module distribution.
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
...
...
@@ -1365,8 +1363,7 @@ the \file{.spec} file manually:
(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
to the
\file
{
.spec
}
file; see section~
\ref
{
extending
}
for information on
extending the Distutils.)
to the
\file
{
.spec
}
file.)
\subsection
{
Creating Windows Installers
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment