summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f752a94..dcf6d68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
Library
-------
+- Issue #12866: The audioop module now supports 24-bit samples.
+
- Issue #19254: Provide an optimized Python implementation of pbkdf2_hmac.
- Issues #19201, #19222, #19223: Add "x" mode (exclusive creation) in opening