commit | 986b5ee4d91e81382785b7100a6133ab30787487 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 12 18:21:12 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Oct 12 18:21:12 2013 +0300 |
tree | ecc349086bb37b1f304353e2be71e4cba2aaa5d6 | |
parent | 8b1701d39484c332d57cefe8ce15e10f07b1261d [diff] [blame] |
Issue #19131: The aifc module now correctly reads and writes sampwidth of compressed streams.
diff --git a/Misc/NEWS b/Misc/NEWS index 144e801..d23f7cc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ 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.