distutils 2.7’s Extension does not support optional (#13865).

Reported by Miki Tebeka.
This commit is contained in:
Éric Araujo 2012-02-10 05:31:28 +01:00
parent 59e7c8f177
commit 4ad7f7f31a
2 changed files with 0 additions and 9 deletions

View file

@ -261,11 +261,6 @@ the full reference.
| | from the source extensions if | | | | from the source extensions if | |
| | not provided. | | | | 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 .. class:: Distribution

View file

@ -334,10 +334,6 @@ Other options
There are still some other options which can be used to handle special cases. 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 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 linker. These files must not have extensions, as the default extension for the
compiler is used. compiler is used.