[issue7529] StreamHandler does not live in logging.Handlers

2009-12-19 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I cannot reproduce the problem here (with a checkout before your commit); as you say the module should be set by the module directive. I guess it's a Sphinx bug; I will investigate that. Closing this issue, since it's not in Python. -- status: pend

[issue7529] StreamHandler does not live in logging.Handlers

2009-12-17 Thread Vinay Sajip
Vinay Sajip added the comment: Fixed in trunk (r76869). I had to add a .. currentmodule::logging to the file, even though this is the first currentmodule directive in the file. Is this a Sphinx glitch? Shouldn't the current module be set by the module directive until changed via a currentmodule

[issue7529] StreamHandler does not live in logging.Handlers

2009-12-17 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: georg.brandl -> vinay.sajip nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list

[issue7529] StreamHandler does not live in logging.Handlers

2009-12-17 Thread Chris Withers
New submission from Chris Withers : http://docs.python.org/library/logging.html#module-logging.handlers ...explains that StreamHandler lives in logging but then the class docs say logging.handlers. Georg, if this isn't trivial for you to fix, re-assign it to me and I'll make the changes when I