]> granicus.if.org Git - python/commitdiff
Update Misc/NEWS.
authorSteven D'Aprano <steve@pearwood.info>
Mon, 15 Aug 2016 01:21:08 +0000 (11:21 +1000)
committerSteven D'Aprano <steve@pearwood.info>
Mon, 15 Aug 2016 01:21:08 +0000 (11:21 +1000)
Misc/NEWS

index f59d766e7e2ae213493df8f00fd0eb1e376c8f03..5d4131a3c9c5e37848d4226a51aa962bd1d975a1 100644 (file)
--- 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.