diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:21:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:21:12 (GMT) |
commit | 986b5ee4d91e81382785b7100a6133ab30787487 (patch) | |
tree | ecc349086bb37b1f304353e2be71e4cba2aaa5d6 /Misc | |
parent | 8b1701d39484c332d57cefe8ce15e10f07b1261d (diff) | |
download | cpython-986b5ee4d91e81382785b7100a6133ab30787487.zip cpython-986b5ee4d91e81382785b7100a6133ab30787487.tar.gz cpython-986b5ee4d91e81382785b7100a6133ab30787487.tar.bz2 |
Issue #19131: The aifc module now correctly reads and writes sampwidth of
compressed streams.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #19131: The aifc module now correctly reads and writes sampwidth of + compressed streams. + - Issue #19158: a rare race in BoundedSemaphore could allow .release() too often. |