Message123451
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 |
|
Date |
User |
Action |
Args |
2010-12-06 04:05:36 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, bquinlan, pitrou, brian.curtin, lukasz.langa |
2010-12-06 04:05:36 | ncoghlan | set | messageid: <1291608336.11.0.859331343079.issue10626@psf.upfronthosting.co.za> |
2010-12-06 04:05:34 | ncoghlan | link | issue10626 messages |
2010-12-06 04:05:34 | ncoghlan | create | |
|