[Python-checkins] cpython: Minor rework of the extensibility and acks sections

eric.araujo python-checkins at python.org
Mon Jun 6 17:14:14 CEST 2011


http://hg.python.org/cpython/rev/1aae15e2bd5f
changeset:   70682:1aae15e2bd5f
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Jun 06 02:00:03 2011 +0200
summary:
  Minor rework of the extensibility and acks sections

files:
  Doc/packaging/setupcfg.rst |  26 +++++++++++++++++---------
  1 files changed, 17 insertions(+), 9 deletions(-)


diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -764,15 +764,13 @@
 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 @@
 - 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>`.)

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


More information about the Python-checkins mailing list