summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteven D'Aprano <steve@pearwood.info>2016-10-04 16:24:45 (GMT)
committerSteven D'Aprano <steve@pearwood.info>2016-10-04 16:24:45 (GMT)
commitfae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1 (patch)
treedecbc228cd60d473ad5ea58ad24574c7e4588c4b /Misc
parentd3dbba41744dd223f9367882c9e2e65a0c56138e (diff)
downloadcpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.zip
cpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.tar.gz
cpython-fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1.tar.bz2
Issue #27181 remove geometric_mean and defer for 3.7.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 814a063..7b607d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Core and Builtins
Library
-------
+- Issue #27181 remove statistics.geometric_mean and defer until 3.7.
+
- Issue #28229: lzma module now supports pathlib.
- Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.