[issue2216] Problems using logging module with idle

Vinay Sajip report at bugs.python.org
Mon Mar 3 11:39:31 CET 2008


Vinay Sajip added the comment:

I don't think this is a bug, though possibly the documentation could be
clarified. The shutdown() method is meant to be called at application
exit; its main purpose is to flush any output in handler buffers. It
doesn't do a complete reversal of what basicConfig() does.

I'll keep this as pending to remind me to update the documentation for
shutdown().

----------
assignee:  -> vsajip
nosy: +vsajip
resolution:  -> invalid
status: open -> pending

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2216>
__________________________________


More information about the Python-bugs-list mailing list