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 brandon-rhodes
Recipients brandon-rhodes
Date 2011-03-15.22:09:10
SpamBayes Score 9.109578e-05
Marked as misclassified No
Message-id <1300226950.96.0.51096652956.issue11561@psf.upfronthosting.co.za>
In-reply-to
Content
When running the Python regression tests in "coverage", the initial outer level of interpreted code in several standard library modules shows as not having been covered by the tests, because they were imported during the Python boot process and were already loaded when the "coverage" command got control.
History
Date User Action Args
2011-03-15 22:09:11brandon-rhodessetrecipients: + brandon-rhodes
2011-03-15 22:09:10brandon-rhodessetmessageid: <1300226950.96.0.51096652956.issue11561@psf.upfronthosting.co.za>
2011-03-15 22:09:10brandon-rhodeslinkissue11561 messages
2011-03-15 22:09:10brandon-rhodescreate