[Python-checkins] cpython (3.1): Re-add missing doc stub for the distutils check command

eric.araujo python-checkins at python.org
Sun May 29 18:14:22 CEST 2011


http://hg.python.org/cpython/rev/1c8882fb6cfe
changeset:   70485:1c8882fb6cfe
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Sun May 29 00:22:06 2011 +0200
summary:
  Re-add missing doc stub for the distutils check command

files:
  Doc/distutils/apiref.rst |  14 ++++++++++++++
  1 files changed, 14 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
@@ -2006,3 +2006,17 @@
 This is described in more detail in :pep:`301`.
 
 .. % todo
+
+
+:mod:`distutils.command.check` --- Check the meta-data of a package
+===================================================================
+
+.. module:: distutils.command.check
+   :synopsis: Check the metadata of a package
+
+
+The ``check`` command performs some tests on the meta-data of a package.
+For example, it verifies that all required meta-data are provided as
+the arguments passed to the :func:`setup` function.
+
+.. % todo

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


More information about the Python-checkins mailing list