cpython: 59b3f845f7a3 (original) (raw)

Mercurial > cpython

changeset 72083:59b3f845f7a3

Synchronize packaging docs with distutils’ (includes fix for #9302) [#9302]

Éric Araujo merwok@netwok.org
date Fri, 26 Aug 2011 01:23:20 +0200
parents a410b857efe3
children d491d0ac15b7
files Doc/distutils/apiref.rst Doc/library/packaging.compiler.rst Doc/library/packaging.dist.rst
diffstat 3 files changed, 42 insertions(+), 33 deletions(-)[+] [-] Doc/distutils/apiref.rst 2 Doc/library/packaging.compiler.rst 35 Doc/library/packaging.dist.rst 38

line wrap: on

line diff

--- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -160,7 +160,7 @@ the full reference. .. class:: Extension The Extension class describes a single C or C++extension module in a setup

--- a/Doc/library/packaging.compiler.rst +++ b/Doc/library/packaging.compiler.rst @@ -572,7 +572,7 @@ extension modules. the following keyword arguments in its constructor: +------------------------+--------------------------------+---------------------------+

-.. [#] For values documented as lists, the given type is the type of each element.

--- a/Doc/library/packaging.dist.rst +++ b/Doc/library/packaging.dist.rst @@ -25,10 +25,11 @@ module distribution being built/packaged +--------------------+--------------------------------+-------------------------------------------------------------+ | argument name | value | type | +====================+================================+=============================================================+