Message 148164 - Python tracker (original) (raw)

Message148164

Author mfogel
Recipients docs@python, mfogel, vinay.sajip
Date 2011-11-23.01:17:31
SpamBayes Score 0.030639678
Marked as misclassified No
Message-id 1322011053.76.0.547589220073.issue13459@psf.upfronthosting.co.za
In-reply-to
Content
Hi, there's been a fair amount of confusion over the interaction between logger.propagate and the ancestor logger's handlers and level. http://bugs.python.org/issue7535 http://bugs.python.org/issue8327 http://bugs.python.org/issue9606 I think most this confusion could be avoided if the documentation for logger.propagate were expanded to explain clearly what happens when propagate evaluates to True - right now it just explains clearly what happens when it evaluates to False. Attached is a documentation patch that does this. Thanks for your consideration!
History
Date User Action Args
2011-11-23 01:17:34 mfogel set recipients: + mfogel, vinay.sajip, docs@python
2011-11-23 01:17:33 mfogel set messageid: 1322011053.76.0.547589220073.issue13459@psf.upfronthosting.co.za
2011-11-23 01:17:32 mfogel link issue13459 messages
2011-11-23 01:17:32 mfogel create