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 techtonik
Recipients techtonik, vinay.sajip
Date 2012-11-23.13:53:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353678808.84.0.584809464228.issue16539@psf.upfronthosting.co.za>
In-reply-to
Content
It is very annoying. Take this as an example. 'patch' is a module (library) that is meant to be used from other programs. Therefore it can not (should not) setup handlers for itself.

>>> import patch
>>> patch.PatchSet().parse('7745')
No handlers could be found for logger "patch"

Is it the same for Python 3?
History
Date User Action Args
2012-11-23 13:53:28techtoniksetrecipients: + techtonik, vinay.sajip
2012-11-23 13:53:28techtoniksetmessageid: <1353678808.84.0.584809464228.issue16539@psf.upfronthosting.co.za>
2012-11-23 13:53:28techtoniklinkissue16539 messages
2012-11-23 13:53:28techtonikcreate