]> granicus.if.org Git - python/commitdiff
distutils 2.7’s Extension does not support optional (#13865).
authorÉric Araujo <merwok@netwok.org>
Fri, 10 Feb 2012 04:31:28 +0000 (05:31 +0100)
committerÉric Araujo <merwok@netwok.org>
Fri, 10 Feb 2012 04:31:28 +0000 (05:31 +0100)
Reported by Miki Tebeka.

Doc/distutils/apiref.rst
Doc/distutils/setupscript.rst

index c394eee8eabe424981a325417958dccf4f3472c1..692d5cf60be7c7919f6f070d8f6c7108f9a3e83e 100644 (file)
@@ -261,11 +261,6 @@ 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
index cce78b03cd98b435133badf4cff448339efdb587..165bfcd71679d0d4a6efd79c3709bf96cc8c4028 100644 (file)
@@ -334,10 +334,6 @@ Other options
 
 There are still some other options which can be used to handle special cases.
 
-The :option:`optional` option is a boolean; if it is true,
-a build failure in the extension will not abort the build process, but
-instead simply not install the failing extension.
-
 The :option:`extra_objects` option is a list of object files to be passed to the
 linker. These files must not have extensions, as the default extension for the
 compiler is used.