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 bquinlan
Recipients bquinlan, brian.curtin, georg.brandl, lukasz.langa, ncoghlan, pitrou
Date 2010-12-05.18:16:02
SpamBayes Score 5.9797985e-05
Marked as misclassified No
Message-id <1291572964.25.0.924901797422.issue10626@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that removes the code that installs a handler to the futures logger.

I'm not sure if this is the correct approach though - it means that "impossible" errors will only be reported to the user through a message like "no handler installed for logger". Maybe it is OK because this logging really shouldn't happen.

Thoughts?
History
Date User Action Args
2010-12-05 18:16:04bquinlansetrecipients: + bquinlan, georg.brandl, ncoghlan, pitrou, brian.curtin, lukasz.langa
2010-12-05 18:16:04bquinlansetmessageid: <1291572964.25.0.924901797422.issue10626@psf.upfronthosting.co.za>
2010-12-05 18:16:03bquinlanlinkissue10626 messages
2010-12-05 18:16:03bquinlancreate