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 terry.reedy
Recipients agthorr, belopolsky, christian.heimes, gregory.p.smith, mark.dickinson, oscarbenjamin, pitrou, ronaldoussoren, sjt, steven.daprano, stutzbach, terry.reedy, tshepang, vajrasky
Date 2013-08-14.04:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376453134.15.0.767041343212.issue18606@psf.upfronthosting.co.za>
In-reply-to
Content
Revised patch with tests modified to pass, as described in pydev post.

1. test. added to test_statistics_approx import

2. delete test_main and change ending of both to
if __name__ == '__main__':
  unittest.main()
History
Date User Action Args
2013-08-14 04:05:37terry.reedysetrecipients: + terry.reedy, gregory.p.smith, ronaldoussoren, mark.dickinson, belopolsky, pitrou, agthorr, christian.heimes, stutzbach, steven.daprano, sjt, tshepang, oscarbenjamin, vajrasky
2013-08-14 04:05:34terry.reedysetmessageid: <1376453134.15.0.767041343212.issue18606@psf.upfronthosting.co.za>
2013-08-14 04:05:34terry.reedylinkissue18606 messages
2013-08-14 04:05:34terry.reedycreate