]> granicus.if.org Git - python/commit
Issue #4384: Added logging integration with warnings module using captureWarnings...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 3 Dec 2008 23:22:58 +0000 (23:22 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 3 Dec 2008 23:22:58 +0000 (23:22 +0000)
commit213faca204ffcd48c465beac2351c65a15187e8c
tree411c48c94ef6d8e0311c18201c28ec8ea556f2f1
parent7989a4dccb39aa954057cbc4205473f09daae84b
Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS