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

eric.araujo python-checkins at python.org
Sun May 29 18:00:15 CEST 2011


http://hg.python.org/cpython/rev/ae9638a2a726
changeset:   70479:ae9638a2a726
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Sun May 29 00:31:30 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
@@ -1988,3 +1988,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