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)
commit1e95340bc378d883609d41da7176e24d1f3e9025 (patch)
treeafc88bac012e662c5569bd03c9f9a7dcfee976c0 /Misc/NEWS
parent9d1de8a2a983e6baa39dbc8587b1730e8ce89956 (diff)
downloadcpython-1e95340bc378d883609d41da7176e24d1f3e9025.zip
cpython-1e95340bc378d883609d41da7176e24d1f3e9025.tar.gz
cpython-1e95340bc378d883609d41da7176e24d1f3e9025.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 7e36ee6..731999b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and Builtins
Library
-------
+- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
+ Original patch by David Moore.
+
- Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
value in the host header was set to "None". Patch by Demian Brecht.