Document the "optional" argument of distutils’ Extension class
This commit is contained in:
parent
852eea20ef
commit
72dde45dc6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue