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 brett.cannon
Recipients brett.cannon
Date 2011-09-06.04:46:52
SpamBayes Score 8.389654e-06
Marked as misclassified No
Message-id <1315284413.51.0.757189280849.issue12907@psf.upfronthosting.co.za>
In-reply-to
Content
The devguide needs to be updated with new coverage.py instructions. It seems that the script in issue11561 has been integrated into coverage.py's own repo, which means we now have a way to get much more complete coverage of the stdlib. But it also means that users need to build the tracer extension in coverage.py. That might require a little extra hand-holding as compiling from a checkout can mean needing to unset CPPFLAGS in order to not pick up the system Python's header files.
History
Date User Action Args
2011-09-06 04:46:53brett.cannonsetrecipients: + brett.cannon
2011-09-06 04:46:53brett.cannonsetmessageid: <1315284413.51.0.757189280849.issue12907@psf.upfronthosting.co.za>
2011-09-06 04:46:52brett.cannonlinkissue12907 messages
2011-09-06 04:46:52brett.cannoncreate