summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-25 22:45:18 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-25 22:45:18 (GMT)
commit72dde45dc62320a9c02725b81d62f6961073346e (patch)
tree5535524ebee8fb8dbee65209d17d898943da0f4a /Doc
parent852eea20ef212088717fe0886d8224beb1676fa7 (diff)
downloadcpython-72dde45dc62320a9c02725b81d62f6961073346e.zip
cpython-72dde45dc62320a9c02725b81d62f6961073346e.tar.gz
cpython-72dde45dc62320a9c02725b81d62f6961073346e.tar.bz2
Document the "optional" argument of distutils’ Extension class
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/apiref.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 124d891..2d3d8e3 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