mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
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
Block a user