mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08:00
Document the "optional" argument of distutils’ Extension class
This commit is contained in:
parent
3f5e958a3f
commit
77443824f5
@ -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
Block a user