From: Éric Araujo Date: Thu, 25 Aug 2011 22:45:18 +0000 (+0200) Subject: Document the "optional" argument of distutils’ Extension class X-Git-Tag: v2.7.3rc1~488^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf13c866b15961f29afc2a313ac60c94ee0f59ea;p=python Document the "optional" argument of distutils’ Extension class --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 30829b8f64..eae9078843 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -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