From: Steven D'Aprano Date: Wed, 11 May 2016 03:01:42 +0000 (+1000) Subject: Update NEWS. X-Git-Tag: v3.6.0a1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=441581a79ff9666380bea83ad26895f0d09b6695;p=thirdparty%2FPython%2Fcpython.git Update NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index cc0686850d19..0ce19569372a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -275,6 +275,14 @@ Library - Issue #26977: Removed unnecessary, and ignored, call to sum of squares helper in statistics.pvariance. +- Issue #26002: Use bisect in statistics.median instead of a linear search. + Patch by Upendra Kuma. + +- Issue #25974: Make use of new Decimal.as_integer_ratio() method in statistics + module. Patch by Stefan Krah. + +- Issue #26996: Add secrets module as described in PEP 506. + - Issue #26881: The modulefinder module now supports extended opcode arguments. - Issue #23815: Fixed crashes related to directly created instances of types in