diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:21:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:21:33 (GMT) |
commit | 4b5325963bd249479cb6b1abe8ffaa75ac5bb80a (patch) | |
tree | 4081d15191b58831bc1f568b9e422bade235673f /Misc | |
parent | 8aa7b89983ba0e3092a151fd5abbfd301937d07a (diff) | |
download | cpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.zip cpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.tar.gz cpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.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
@@ -76,6 +76,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. |