mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Document the "optional" argument of distutils’ Extension class
This commit is contained in:
parent
3f5e958a3f
commit
77443824f5
1 changed files with 5 additions and 0 deletions
|
@ -261,6 +261,11 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue