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 xtreak
Recipients Thomas.Waldmann, pitrou, vinay.sajip, vstinner, xtreak
Date 2018-07-31.16:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533053687.25.0.56676864532.issue34269@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I did some code search on GitHub for `logging.Logger.manager.loggerDict.clear()` (https://github.com/search?q=logging.Logger.manager.loggerDict.clear%28%29&type=Code) and there was some code in the test_logging where it was used in tearDown and setUp so I thought it's a public function. My bad on not reading the docs. I agree that it's not a bug if it's an undocumented internal implementation related change that one should not rely upon. 

Thanks
History
Date User Action Args
2018-07-31 16:14:47xtreaksetrecipients: + xtreak, vinay.sajip, pitrou, vstinner, Thomas.Waldmann
2018-07-31 16:14:47xtreaksetmessageid: <1533053687.25.0.56676864532.issue34269@psf.upfronthosting.co.za>
2018-07-31 16:14:47xtreaklinkissue34269 messages
2018-07-31 16:14:47xtreakcreate