Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7744382

Browse files
committed
Document the "optional" argument of distutils’ Extension class
1 parent 3f5e958 commit 7744382

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ the full reference.
261261
| | from the source extensions if | |
262262
| | not provided. | |
263263
+------------------------+--------------------------------+---------------------------+
264+
| *optional* | specifies that a build failure | a boolean |
265+
| | in the extension should not | |
266+
| | abort the build process, but | |
267+
| | simply skip the extension. | |
268+
+------------------------+--------------------------------+---------------------------+
264269

265270

266271
.. class:: Distribution

0 commit comments

Comments
 (0)