Commit 4ad7f7f3 authored by Éric Araujo's avatar Éric Araujo

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

Reported by Miki Tebeka.
parent 59e7c8f1
...@@ -261,11 +261,6 @@ the full reference. ...@@ -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
......
...@@ -334,10 +334,6 @@ Other options ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment