From: Serhiy Storchaka Date: Fri, 29 May 2015 21:57:21 +0000 (+0300) Subject: Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. X-Git-Tag: v3.5.0b2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a663121e10265bb4d05b715a262cb4c1d79da082;p=python Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. Original patch by David Moore. --- a663121e10265bb4d05b715a262cb4c1d79da082 diff --cc Misc/NEWS index 2eb187e118,e4e5064a4e..3c38d3edd5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,27 -2,10 +2,30 @@@ Python News +++++++++++ -What's New in Python 3.4.4rc1? -============================== +What's New in Python 3.5.0 beta 2? +================================== + +Release date: 2015-07-05 + +Core and Builtins +----------------- + +- Issue #11205: In dictionary displays, evaluate the key before the value. + +- Issue #24285: Fixed regression that prevented importing extension modules + from inside packages. Patch by Petr Viktorin. + +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? +================================== -Release date: tba +Release date: 2015-05-24 Core and Builtins -----------------