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 scoder
Recipients alex, ezio.melotti, scoder, steven.daprano, terry.reedy, thomasahle, tim.peters, vajrasky
Date 2014-06-01.10:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401620077.22.0.767297865413.issue21592@psf.upfronthosting.co.za>
In-reply-to
Content
Updating the type declaration file to remove the dependency on the list builtin and allow arbitrary containers. The test code has this dependency (calls a.sort()), but the current statistics module in the stdlib does not (calls sorted()). Timings do not change, at least not more than you would expect by randomisation (i.e. repeated runs go up and down within the same bounds). Note that the timings are still specific to lists and would be higher for other containers.
History
Date User Action Args
2014-06-01 10:54:37scodersetrecipients: + scoder, tim.peters, terry.reedy, ezio.melotti, steven.daprano, alex, thomasahle, vajrasky
2014-06-01 10:54:37scodersetmessageid: <1401620077.22.0.767297865413.issue21592@psf.upfronthosting.co.za>
2014-06-01 10:54:37scoderlinkissue21592 messages
2014-06-01 10:54:36scodercreate