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 steven.daprano
Recipients agthorr, belopolsky, christian.heimes, ethan.furman, gregory.p.smith, mark.dickinson, oscarbenjamin, pitrou, ronaldoussoren, sjt, steven.daprano, stutzbach, terry.reedy, tshepang, vajrasky
Date 2013-08-18.12:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376828367.1.0.000396676154108.issue18606@psf.upfronthosting.co.za>
In-reply-to
Content
Since I can't respond to the reviews, here's a revised patch. Summary of major changes:

- median.* functions are now median_*
- mode now only returns a single value
- better integrate tests with Python regression suite
- cleanup tests as per Ezio's suggestions
- remove unnecessary metadata and change licence
History
Date User Action Args
2013-08-18 12:19:27steven.dapranosetrecipients: + steven.daprano, terry.reedy, gregory.p.smith, ronaldoussoren, mark.dickinson, belopolsky, pitrou, agthorr, christian.heimes, stutzbach, sjt, ethan.furman, tshepang, oscarbenjamin, vajrasky
2013-08-18 12:19:27steven.dapranosetmessageid: <1376828367.1.0.000396676154108.issue18606@psf.upfronthosting.co.za>
2013-08-18 12:19:27steven.dapranolinkissue18606 messages
2013-08-18 12:19:26steven.dapranocreate