summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-29 21:57:21 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-29 21:57:21 (GMT)
commita663121e10265bb4d05b715a262cb4c1d79da082 (patch)
tree483adf73f16198edfbb2ba6b277bc122a52f5314 /Misc
parent13f7723d8163f29465817e5aec17e8394b2c28ef (diff)
parent50451eb91232b0e90c677419db19ed7b33a698a9 (diff)
downloadcpython-a663121e10265bb4d05b715a262cb4c1d79da082.zip
cpython-a663121e10265bb4d05b715a262cb4c1d79da082.tar.gz
cpython-a663121e10265bb4d05b715a262cb4c1d79da082.tar.bz2
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2eb187e..3c38d3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Core and Builtins
Library
-------
+- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
+ Original patch by David Moore.
+
What's New in Python 3.5.0 beta 1?
==================================