]> granicus.if.org Git - python/commit
Close #20536: correctly handle Decimal exponents in statistics
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 13:55:14 +0000 (23:55 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 13:55:14 +0000 (23:55 +1000)
commit4a7668adca60a75fb41c87781caa5672871f65cf
treeb449a081b2ac4cda0ef118e03a0ffad48cb52374
parentf45e3e34b252bf878827ff1c288e1ea31a499054
Close #20536: correctly handle Decimal exponents in statistics
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS