summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:21:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:21:12 (GMT)
commit986b5ee4d91e81382785b7100a6133ab30787487 (patch)
treeecc349086bb37b1f304353e2be71e4cba2aaa5d6 /Misc
parent8b1701d39484c332d57cefe8ce15e10f07b1261d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 144e801..d23f7cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.