summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-03-31 22:27:23 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-03-31 22:27:23 (GMT)
commit9e47ce49a06075adbc391e04b4457707fa3892a7 (patch)
tree3f45fb5a324e9dae28b8429510fca186c0716247 /Doc/distutils
parent42f9b4e5b4fff45ef4a071112787de6b29a5099a (diff)
downloadcpython-9e47ce49a06075adbc391e04b4457707fa3892a7.zip
cpython-9e47ce49a06075adbc391e04b4457707fa3892a7.tar.gz
cpython-9e47ce49a06075adbc391e04b4457707fa3892a7.tar.bz2
#5583 Added optional Extensions in Distutils
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/setupscript.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index efdc51a..61f57aa 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -334,6 +334,10 @@ 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, that specifies that
+a build failure in the extension should not abort the build process, but 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.