]> granicus.if.org Git - python/commitdiff
Document the "optional" argument of distutils’ Extension class
authorÉric Araujo <merwok@netwok.org>
Thu, 25 Aug 2011 22:45:18 +0000 (00:45 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 25 Aug 2011 22:45:18 +0000 (00:45 +0200)
Doc/distutils/apiref.rst

index 351f2b54bcc85f2716b892a489027a28c5c2b8b9..4c849a9bf0bda77e5cfa6babf68117fe62ad02ce 100644 (file)
@@ -261,6 +261,11 @@ the full reference.
    |                        | from the source extensions if  |                           |
    |                        | not provided.                  |                           |
    +------------------------+--------------------------------+---------------------------+
+   | *optional*             | specifies that a build failure | a boolean                 |
+   |                        | in the extension should not    |                           |
+   |                        | abort the build process, but   |                           |
+   |                        | simply skip the extension.     |                           |
+   +------------------------+--------------------------------+---------------------------+
 
 
 .. class:: Distribution