diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-29 21:53:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-05-29 21:53:26 (GMT) |
commit | 1e95340bc378d883609d41da7176e24d1f3e9025 (patch) | |
tree | afc88bac012e662c5569bd03c9f9a7dcfee976c0 /Misc/NEWS | |
parent | 9d1de8a2a983e6baa39dbc8587b1730e8ce89956 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |