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 purpleidea, vinay.sajip
Date 2009-08-05.19:45:54
SpamBayes Score 1.7510216e-05
Marked as misclassified No
Message-id <1249501556.24.0.449858443879.issue6633@psf.upfronthosting.co.za>
In-reply-to
Content
1) It's not appropriate to document NullHandler at the point you
describe, as that's the API for Handlers. However, it is documented at

http://docs.python.org/library/logging.html#configuring-logging-for-a-library

I will check that NullHandler is added to documentation where the
available handler classes are listed.

2) Unlikely to be backported to 2.5, as it's a new feature (2.5
documentation tells how to create the class in user's own code).

3) NullHandler was placed in the main logging package along with the
other "elementary" handlers which are likely to be of most general use -
the handlers.py module is intended for more specialised handlers.
History
Date User Action Args
2009-08-05 19:45:56vinay.sajipsetrecipients: + vinay.sajip, purpleidea
2009-08-05 19:45:56vinay.sajipsetmessageid: <1249501556.24.0.449858443879.issue6633@psf.upfronthosting.co.za>
2009-08-05 19:45:54vinay.sajiplinkissue6633 messages
2009-08-05 19:45:54vinay.sajipcreate