[Python-checkins] cpython: Update Misc/NEWS.
steven.daprano
python-checkins at python.org
Sun Aug 14 21:21:28 EDT 2016
https://hg.python.org/cpython/rev/4b3899e734d5
changeset: 102658:4b3899e734d5
user: Steven D'Aprano <steve at pearwood.info>
date: Mon Aug 15 11:21:08 2016 +1000
summary:
Update Misc/NEWS.
files:
Misc/NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,12 @@
- 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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list