From 4ad7f7f31aa6827e90e974f9bc8edce2ea48c84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Fri, 10 Feb 2012 05:31:28 +0100 Subject: [PATCH] =?UTF-8?q?distutils=202.7=E2=80=99s=20Extension=20does=20?= =?UTF-8?q?not=20support=20optional=20(#13865).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by Miki Tebeka. --- Doc/distutils/apiref.rst | 5 ----- Doc/distutils/setupscript.rst | 4 ---- 2 files changed, 9 deletions(-) diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index c394eee8eab..692d5cf60be 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -261,11 +261,6 @@ 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 diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index cce78b03cd9..165bfcd7167 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -334,10 +334,6 @@ Other options There are still some other options which can be used to handle special cases. -The :option:`optional` option is a boolean; if it is true, -a build failure in the extension will not abort the build process, but -instead simply not install the failing extension. - The :option:`extra_objects` option is a list of object files to be passed to the linker. These files must not have extensions, as the default extension for the compiler is used.