[Python-checkins] cpython (2.7): Document the "optional" argument of distutils’ Extension class

eric.araujo python-checkins at python.org
Fri Aug 26 16:37:40 CEST 2011


http://hg.python.org/cpython/rev/993bccb490c7
changeset:   72093:993bccb490c7
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 26 00:45:18 2011 +0200
summary:
  Document the "optional" argument of distutils’ Extension class

files:
  Doc/distutils/apiref.rst |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -261,6 +261,11 @@
    |                        | 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list