Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76cb7ed

Browse files
author
Tarek Ziadé
committed
Merged revisions 69566 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r69566 | tarek.ziade | 2009-02-13 10:12:33 +0100 (Fri, 13 Feb 2009) | 1 line #5158: added documentation on the depends option in distutils extensions ........
1 parent bc94c80 commit 76cb7ed

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/ACKS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ [email protected]), and we'll be glad to correct the problem.
1818
* Oliver Andrich
1919
* Heidi Annexstad
2020
* Jesús Cea Avión
21+
* Manuel Balsera
2122
* Daniel Barclay
2223
* Chris Barker
2324
* Don Bashford

Doc/distutils/setupscript.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,10 @@ symbols (functions or variables) to be exported. This option is not needed when
347347
building compiled extensions: Distutils will automatically add ``initmodule``
348348
to the list of exported symbols.
349349

350+
The :option:`depends` option is a list of files that the extension depends on
351+
(for example header files). The build command will call the compiler on the
352+
sources to rebuild extension if any on this files has been modified since the
353+
previous build.
350354

351355
Relationships between Distributions and Packages
352356
================================================

0 commit comments

Comments
 (0)