summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-29 21:53:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-29 21:53:26 (GMT)
commit50451eb91232b0e90c677419db19ed7b33a698a9 (patch)
tree1ae7204b62636db0c18f21b0a154a3b46c236bed /Misc/NEWS
parent1ad08a5555c9bbaa834104e76de9dd1227f6e1e3 (diff)
downloadcpython-50451eb91232b0e90c677419db19ed7b33a698a9.zip
cpython-50451eb91232b0e90c677419db19ed7b33a698a9.tar.gz
cpython-50451eb91232b0e90c677419db19ed7b33a698a9.tar.bz2
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
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 7658009..e4e5064 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Core and Builtins
Library
-------
+- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
+ Original patch by David Moore.
+
- Issue #23840: tokenize.open() now closes the temporary binary file on error
to fix a resource warning.