From 8ab50214bd02dfe096525071ff71ee29c958260e Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 28 Feb 2014 13:30:27 -0500 Subject: [PATCH] whatsnew: give Serhiy credit for audioop 24-bit sample support. --- Doc/whatsnew/3.4.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`). -- 2.50.1