]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor rework of the extensibility and acks sections
authorÉric Araujo <merwok@netwok.org>
Mon, 6 Jun 2011 00:00:03 +0000 (02:00 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 6 Jun 2011 00:00:03 +0000 (02:00 +0200)
Doc/packaging/setupcfg.rst

index baafe4e41fcbae1d51be3514bc729c95cd3598c7..231436cab46424106dce53f524754fee915b0808 100644 (file)
@@ -764,15 +764,13 @@ line.  See :ref:`packaging-setup-config` for more information.
 Extensibility
 =============
 
-Every section can define new variables that are not part of the specification.
-They are called **extensions**.
+Every section can have fields that are not part of this specification.  They are
+called **extensions**.
 
-An extension field starts with *X-*.
-
-Example::
+An extension field starts with ``X-``.  Example::
 
    [metadata]
-   ...
+   name = Distribute
    X-Debian-Name = python-distribute
 
 
@@ -809,7 +807,17 @@ A tool written to produce 1.X should have these properties:
 - it may write optional fields
 
 
-Acks
-====
 
-XXX
+
+
+Acknowledgments
+===============
+
+This specification includes work and feedback from these people:
+
+- Tarek Ziadé
+- Julien Jehannet
+- Boris Feld
+- Éric Araujo
+
+(If your name is missing, please :ref:`let us know <reporting-bugs>`.)