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 mark.dickinson
Recipients agthorr, belopolsky, christian.heimes, gregory.p.smith, mark.dickinson, pitrou, ronaldoussoren, steven.daprano, stutzbach, tshepang, vajrasky
Date 2013-08-05.17:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375722502.04.0.658900088022.issue18606@psf.upfronthosting.co.za>
In-reply-to
Content
I too find the use of a class that'll never be instantiated peculiar.

As you say, there's no state to be stored.  So why not simply have separate functions `median`, `median_low`, `median_high`, `median_grouped`, etc.?
History
Date User Action Args
2013-08-05 17:08:22mark.dickinsonsetrecipients: + mark.dickinson, gregory.p.smith, ronaldoussoren, belopolsky, pitrou, agthorr, christian.heimes, stutzbach, steven.daprano, tshepang, vajrasky
2013-08-05 17:08:22mark.dickinsonsetmessageid: <1375722502.04.0.658900088022.issue18606@psf.upfronthosting.co.za>
2013-08-05 17:08:22mark.dickinsonlinkissue18606 messages
2013-08-05 17:08:21mark.dickinsoncreate