Document the "optional" argument of distutils’ Extension class

This commit is contained in:
Éric Araujo 2011-08-26 00:45:18 +02:00
parent 3f5e958a3f
commit 77443824f5
1 changed files with 5 additions and 0 deletions

View File

@ -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