This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akuchling
Recipients akuchling, vinay.sajip
Date 2010-05-12.14:26:56
SpamBayes Score 1.4084102e-06
Marked as misclassified No
Message-id <1273674433.55.0.29048689936.issue8697@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds a first cut at documenting the PEP 391 dictConfig() feature.  I've taken the PEP 391 text and rearranged it to fit into the existing logging module docs.  I haven't gone through every paragraph and adjusted the markup to use Sphinx roles.

Vinay: I don't think you need to proofread every single bit of text in this patch.  I suggest you look at the following things:

* The start of the 'Configuring Logging' section, which I rewrote.

* The description of dictConfig(), which is assembled from several bits of the PEP.

* The details of the dictionary schema are moved to be first instead of last.  I therefore rewrote the paragraph in the PEP beginning "Before describing the schema in detail..." to one that begins "Describing a logging configuration requires listing..."  Is the new paragraph OK?

If you like the resulting ordering and the rewritten text, then I'll go through the rest of the text adding Sphinx markup, and commit the result.

Thanks!
History
Date User Action Args
2010-05-12 14:27:14akuchlingsetrecipients: + akuchling, vinay.sajip
2010-05-12 14:27:13akuchlingsetmessageid: <1273674433.55.0.29048689936.issue8697@psf.upfronthosting.co.za>
2010-05-12 14:27:09akuchlinglinkissue8697 messages
2010-05-12 14:27:08akuchlingcreate