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 ncoghlan
Recipients bquinlan, brian.curtin, georg.brandl, lukasz.langa, ncoghlan, pitrou
Date 2010-12-06.04:05:34
SpamBayes Score 2.7553071e-08
Marked as misclassified No
Message-id <1291608336.11.0.859331343079.issue10626@psf.upfronthosting.co.za>
In-reply-to
Content
For 3.2, writing such errors directly to stderr would be fine (we already do that in other places via PyErr_WriteUnraisable)

The test could then be modified to use test.support.captured_output to temporarily replace stderr and look at the output.

The problem of avoiding interfering with application level handlers while having unraisable errors visible by default is probably the biggest reason past attempts to get the standard library using the logging module internally haven't gained much traction :P
History
Date User Action Args
2010-12-06 04:05:36ncoghlansetrecipients: + ncoghlan, georg.brandl, bquinlan, pitrou, brian.curtin, lukasz.langa
2010-12-06 04:05:36ncoghlansetmessageid: <1291608336.11.0.859331343079.issue10626@psf.upfronthosting.co.za>
2010-12-06 04:05:34ncoghlanlinkissue10626 messages
2010-12-06 04:05:34ncoghlancreate