summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-10-19 18:50:09 (GMT)
committerLarry Hastings <larry@hastings.org>2013-10-19 18:50:09 (GMT)
commitf5e987bbe64156ebeae5eea730962c209fbb9d74 (patch)
tree760ff3a67867e00e33b038da9bd4e497706cfed0 /Misc/NEWS
parentaa2b22abf342dd000d243512c620d5b5022381cf (diff)
downloadcpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.zip
cpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.tar.gz
cpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.tar.bz2
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Steven D'Aprano.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dcf6d68..f8d2f19 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #18606: Add the new "statistics" module (PEP 450). Contributed
+ by Steven D'Aprano.
+
- Issue #12866: The audioop module now supports 24-bit samples.
- Issue #19254: Provide an optimized Python implementation of pbkdf2_hmac.