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

georg.brandl python-checkins at python.org
Sun Sep 4 08:42:25 CEST 2011


http://hg.python.org/cpython/rev/948691b28ede
changeset:   72238:948691b28ede
branch:      3.2
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