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 vinay.sajip
Recipients ag6502, vinay.sajip
Date 2008-03-03.10:39:29
SpamBayes Score 0.10175511
Marked as misclassified No
Message-id <1204540771.05.0.79750607345.issue2216@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2008-03-03 10:39:31vinay.sajipsetspambayes_score: 0.101755 -> 0.10175511
recipients: + vinay.sajip, ag6502
2008-03-03 10:39:31vinay.sajipsetspambayes_score: 0.101755 -> 0.101755
messageid: <1204540771.05.0.79750607345.issue2216@psf.upfronthosting.co.za>
2008-03-03 10:39:30vinay.sajiplinkissue2216 messages
2008-03-03 10:39:29vinay.sajipcreate