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 Josh.Watson
Recipients Josh.Watson
Date 2012-03-09.01:15:35
SpamBayes Score 7.44616e-05
Marked as misclassified No
Message-id <1331255738.07.0.607517539399.issue14235@psf.upfronthosting.co.za>
In-reply-to
Content
Accidentally submitted before finishing typing. Anyways, it calls "reload(cmd)" in the test_coverage function in test_cmd.py, which does not work anymore given that reload has been moved to imp.

I've uploaded a patch that fixes this.
History
Date User Action Args
2012-03-09 01:15:38Josh.Watsonsetrecipients: + Josh.Watson
2012-03-09 01:15:38Josh.Watsonsetmessageid: <1331255738.07.0.607517539399.issue14235@psf.upfronthosting.co.za>
2012-03-09 01:15:37Josh.Watsonlinkissue14235 messages
2012-03-09 01:15:37Josh.Watsoncreate