diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 18:10:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-19 18:10:46 (GMT) |
commit | eaea5e9107482d13099e51cc881325290c372fa4 (patch) | |
tree | d705c28ca3aea148fab739342fa3873ef40488d7 /Misc | |
parent | c679227e31245b0e8dec74a1f7cc77710541d985 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |