[Python-checkins] cpython: whatsnew: give Serhiy credit for audioop 24-bit sample support.
r.david.murray
python-checkins at python.org
Sat Mar 1 18:11:57 CET 2014
http://hg.python.org/cpython/rev/ebd3037cde40
changeset: 89440:ebd3037cde40
user: R David Murray <rdmurray at bitdance.com>
date: Fri Feb 28 13:30:27 2014 -0500
summary:
whatsnew: give Serhiy credit for audioop 24-bit sample support.
files:
Doc/whatsnew/3.4.rst | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -547,7 +547,8 @@
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`).
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list