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 | 50451eb91232b0e90c677419db19ed7b33a698a9 (patch) | |
tree | 1ae7204b62636db0c18f21b0a154a3b46c236bed /Misc/NEWS | |
parent | 1ad08a5555c9bbaa834104e76de9dd1227f6e1e3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |