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 maru
Recipients maru
Date 2009-04-01.18:25:34
SpamBayes Score 0.032738686
Marked as misclassified No
Message-id <1238610342.6.0.926080137435.issue5656@psf.upfronthosting.co.za>
In-reply-to
Content
Running the tests with coverage against files using non-utf8 encoding
was raising an exception that prevented coverage output from being
displayed (patch is attached).

The coverage output was also being polluted with failed attempts to
display modules that were created during the testing in temporary paths.
 A patch is attached that prevents coverage output from being attempted
for such files.
History
Date User Action Args
2009-04-01 18:25:43marusetrecipients: + maru
2009-04-01 18:25:42marusetmessageid: <1238610342.6.0.926080137435.issue5656@psf.upfronthosting.co.za>
2009-04-01 18:25:40marulinkissue5656 messages
2009-04-01 18:25:38marucreate