]> granicus.if.org Git - python/commitdiff
Merged revisions 69566 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 13 Feb 2009 09:15:20 +0000 (09:15 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 13 Feb 2009 09:15:20 +0000 (09:15 +0000)
svn+ssh://pythondev@svn.python.org/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
........

Doc/ACKS.txt
Doc/distutils/setupscript.rst

index 775798ba7d2ed0e92bdda1928b931612c4728afa..80bd4c151e7b9ebccb0d9d1f6fe6eff6d24d63b2 100644 (file)
@@ -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
index 666b7d627403ac644f4f22b35a8b768ebbd4579f..9ae2e4d2442a26e866bcf65d79d2b77b563dc642 100644 (file)
@@ -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
 ================================================