]> granicus.if.org Git - python/commit
Issue 26002 and 25974
authorSteven D'Aprano <steve@pearwood.info>
Wed, 4 May 2016 17:54:29 +0000 (03:54 +1000)
committerSteven D'Aprano <steve@pearwood.info>
Wed, 4 May 2016 17:54:29 +0000 (03:54 +1000)
commit3b06e243527da5f4ca4dc2e3126dc9f5bbdc243c
tree2c00f35c03dc6ff24ae5c72f1363ef2da761ddc0
parentad039f754805dc9c9d4cd95ed249984bc1405bd6
Issue 26002 and 25974
patches by Upendra Kumar and Stefan Krah
speed up median by using bisect, and general speedup for Decimals using as_integer_ratio
Lib/statistics.py
Lib/test/test_statistics.py