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 daybarr
Recipients daybarr, docs@python
Date 2011-01-25.17:18:33
SpamBayes Score 0.0021948742
Marked as misclassified No
Message-id <1295975914.25.0.0685930703721.issue11008@psf.upfronthosting.co.za>
In-reply-to
Content
logging.dictConfig is new in version 2.7 but the documentation does not say this.

http://docs.python.org/release/2.7/library/logging.html#logging.dictConfig

c.f. NullHandler, also new in version 2.7 and explicitly documented as such:

http://docs.python.org/release/2.7/library/logging.html#nullhandler
History
Date User Action Args
2011-01-25 17:18:34daybarrsetrecipients: + daybarr, docs@python
2011-01-25 17:18:34daybarrsetmessageid: <1295975914.25.0.0685930703721.issue11008@psf.upfronthosting.co.za>
2011-01-25 17:18:33daybarrlinkissue11008 messages
2011-01-25 17:18:33daybarrcreate