summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-19 18:10:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-19 18:10:46 (GMT)
commiteaea5e9107482d13099e51cc881325290c372fa4 (patch)
treed705c28ca3aea148fab739342fa3873ef40488d7 /Doc/whatsnew
parentc679227e31245b0e8dec74a1f7cc77710541d985 (diff)
downloadcpython-eaea5e9107482d13099e51cc881325290c372fa4.zip
cpython-eaea5e9107482d13099e51cc881325290c372fa4.tar.gz
cpython-eaea5e9107482d13099e51cc881325290c372fa4.tar.bz2
Issue #12866: The audioop module now supports 24-bit samples.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 38649cc..35f820e 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -197,6 +197,12 @@ The :meth:`~aifc.getparams` method now returns a namedtuple rather than a
plain tuple. (Contributed by Claudiu Popa in :issue:`17818`.)
+audioop
+-------
+
+Added support for 24-bit samples (:issue:`12866`).
+
+
codecs
------