]> granicus.if.org Git - python/commitdiff
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 May 2015 21:57:21 +0000 (00:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 May 2015 21:57:21 +0000 (00:57 +0300)
Original patch by David Moore.

1  2 
Misc/NEWS
Modules/audioop.c

diff --cc Misc/NEWS
index 2eb187e118790c0b482996383f788244f108927b,e4e5064a4e665c4f88bc20d382b91eb064c1d031..3c38d3edd5bac89d8f7ea4cb49e2309f240d9b20
+++ 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
  -----------------
Simple merge