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
e6aeba74
Commit
e6aeba74
authored
Feb 13, 2009
by
Tarek Ziadé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#5158: added documentation on the depends option in distutils extensions
parent
5b2cb1d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Doc/ACKS.txt
Doc/ACKS.txt
+1
-0
Doc/distutils/setupscript.rst
Doc/distutils/setupscript.rst
+4
-0
No files found.
Doc/ACKS.txt
View file @
e6aeba74
...
...
@@ -18,6 +18,7 @@ docs@python.org), and we'll be glad to correct the problem.
* Oliver Andrich
* Heidi Annexstad
* Jesús Cea Avión
* Manuel Balsera
* Daniel Barclay
* Chris Barker
* Don Bashford
...
...
Doc/distutils/setupscript.rst
View file @
e6aeba74
...
...
@@ -347,6 +347,10 @@ symbols (functions or variables) to be exported. This option is not needed when
building
compiled
extensions
:
Distutils
will
automatically
add
``
initmodule
``
to
the
list
of
exported
symbols
.
The
:
option
:`
depends
`
option
is
a
list
of
files
that
the
extension
depends
on
(
for
example
header
files
).
The
build
command
will
call
the
compiler
on
the
sources
to
rebuild
extension
if
any
on
this
files
has
been
modified
since
the
previous
build
.
Relationships
between
Distributions
and
Packages
================================================
...
...
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