diff options
author | Steven D'Aprano <steve@pearwood.info> | 2016-08-15 01:21:08 (GMT) |
---|---|---|
committer | Steven D'Aprano <steve@pearwood.info> | 2016-08-15 01:21:08 (GMT) |
commit | d61a2e75b5218f0f89b4f623713004edb9512180 (patch) | |
tree | 62b9566cf092c6d2757472daa8028c26ec99d0ca /Misc | |
parent | 704813f1ad6841b289883dfb3cefebef65924713 (diff) | |
download | cpython-d61a2e75b5218f0f89b4f623713004edb9512180.zip cpython-d61a2e75b5218f0f89b4f623713004edb9512180.tar.gz cpython-d61a2e75b5218f0f89b4f623713004edb9512180.tar.bz2 |
Update Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |