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: v3.3.0a1~1614^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77443824f5ca8dea420e678668f55a6c73c27216;p=python Document the "optional" argument of distutils’ Extension class --- diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 351f2b54bc..4c849a9bf0 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