From: R David Murray Date: Fri, 28 Feb 2014 18:30:27 +0000 (-0500) Subject: whatsnew: give Serhiy credit for audioop 24-bit sample support. X-Git-Tag: v3.4.1rc1~233^2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ab50214bd02dfe096525071ff71ee29c958260e;p=python whatsnew: give Serhiy credit for audioop 24-bit sample support. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index b0522832f7..30f96d355a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -547,7 +547,8 @@ by Lucas Maystre in :issue:`11175`.) audioop ------- -Added support for 24-bit samples (:issue:`12866`). +The module now supports 24-bit samples. (Contributed by Serhiy Storchaka +in :issue:`12866`.) Added the :func:`~audioop.byteswap` function to convert big-endian samples to little-endian and vice versa (:issue:`19641`).