From d61a2e75b5218f0f89b4f623713004edb9512180 Mon Sep 17 00:00:00 2001 From: Steven D'Aprano Date: Mon, 15 Aug 2016 11:21:08 +1000 Subject: Update Misc/NEWS. --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f59d766..5d4131a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -49,6 +49,12 @@ Library - Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() the ability to specify a thread name prefix. +- Issue #27181: Add geometric_mean and harmonic_mean to statistics module. + +- Issue #27573: code.interact now prints an message when exiting. + +- Issue #6422: Add autorange method to timeit.Timer objects. + - Issue #26750: unittest.mock.create_autospec() now works properly for subclasses of property() and other data descriptors. Removes the never publicly used, never documented unittest.mock.DescriptorTypes tuple. -- cgit v0.12