diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-10 04:31:28 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-10 04:31:28 (GMT) |
commit | 4ad7f7f31aa6827e90e974f9bc8edce2ea48c84b (patch) | |
tree | e6b87e44867f4ea0a8fe52362bc463afce9f5241 /Doc/distutils/setupscript.rst | |
parent | 59e7c8f1779254a6a5974ca329eb6f2438e1f6e1 (diff) | |
download | cpython-4ad7f7f31aa6827e90e974f9bc8edce2ea48c84b.zip cpython-4ad7f7f31aa6827e90e974f9bc8edce2ea48c84b.tar.gz cpython-4ad7f7f31aa6827e90e974f9bc8edce2ea48c84b.tar.bz2 |
distutils 2.7’s Extension does not support optional (#13865).
Reported by Miki Tebeka.
Diffstat (limited to 'Doc/distutils/setupscript.rst')
-rw-r--r-- | Doc/distutils/setupscript.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index cce78b0..165bfcd 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. |