[Python-checkins] cpython: Update NEWS.

steven.daprano python-checkins at python.org
Tue May 10 23:01:56 EDT 2016


https://hg.python.org/cpython/rev/c59378c8007b
changeset:   101297:c59378c8007b
user:        Steven D'Aprano <steve+python at pearwood.info>
date:        Wed May 11 13:01:42 2016 +1000
summary:
  Update NEWS.

files:
  Misc/NEWS |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -275,6 +275,14 @@
 - 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list